prelude: add PointLight and PointLightBuilder.

This commit is contained in:
Bill Thiede 2021-07-23 20:25:53 -07:00
parent 62cb5e4ec4
commit 958c4c3ee8

View File

@ -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},