slight cleanup oops
This commit is contained in:
parent
094f4947dc
commit
1141566e6f
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,3 @@
|
|||
use core::f32;
|
||||
|
||||
use geometry::{Hit, Hittable, Ray, point2, vec3};
|
||||
use range2d::Range2D;
|
||||
|
||||
#[cfg(feature = "bytemuck")]
|
||||
|
@ -17,6 +14,7 @@ pub use geometry::{Point, Shape, Transform, Vector};
|
|||
|
||||
use camera::Film;
|
||||
use color::{Rgba, rgba};
|
||||
use geometry::{Hit, Hittable, Ray, vec3};
|
||||
use sampling::Sampler;
|
||||
|
||||
pub struct Scene {
|
||||
|
|
Loading…
Add table
Reference in a new issue