use crate::math::Vec3; use crate::raycasting::Primitive; pub struct Scene { pub camera_location: Vec3, pub objects: Vec>, }