slight cleanup oops

This commit is contained in:
wires 2025-05-29 16:39:25 -04:00
parent 094f4947dc
commit 1141566e6f
Signed by: wires
SSH key fingerprint: SHA256:9GtP+M3O2IivPDlw1UY872UPUuJH2gI0yG6ExBxaaiM

View file

@ -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 {