diff --git a/rtchallenge/src/lib.rs b/rtchallenge/src/lib.rs index c3b835f..f8cf121 100644 --- a/rtchallenge/src/lib.rs +++ b/rtchallenge/src/lib.rs @@ -40,6 +40,7 @@ pub use float::Float; pub mod prelude { pub use crate::{ + lights::{PointLight, PointLightBuilder}, materials::{Material, MaterialBuilder}, matrices::{identity, rotation_x, rotation_y, rotation_z, scaling, shearing, translation}, shapes::{plane, sphere, test_shape},