aboutsummaryrefslogtreecommitdiff
path: root/src/material/reflectant.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/material/reflectant.rs')
-rw-r--r--src/material/reflectant.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/material/reflectant.rs b/src/material/reflectant.rs
index f4b110c..dea7aca 100644
--- a/src/material/reflectant.rs
+++ b/src/material/reflectant.rs
@@ -1,5 +1,6 @@
use crate::Float;
-use crate::core::{Ray, Intersection, Spectrum, Vector3f};
+use crate::core::{Ray, Spectrum, Vector3f};
+use crate::world::Intersection;
use super::Material;
use crate::sample::Sampler;