prelude: add PointLight and PointLightBuilder.
This commit is contained in:
parent
62cb5e4ec4
commit
958c4c3ee8
@ -40,6 +40,7 @@ pub use float::Float;
|
|||||||
|
|
||||||
pub mod prelude {
|
pub mod prelude {
|
||||||
pub use crate::{
|
pub use crate::{
|
||||||
|
lights::{PointLight, PointLightBuilder},
|
||||||
materials::{Material, MaterialBuilder},
|
materials::{Material, MaterialBuilder},
|
||||||
matrices::{identity, rotation_x, rotation_y, rotation_z, scaling, shearing, translation},
|
matrices::{identity, rotation_x, rotation_y, rotation_z, scaling, shearing, translation},
|
||||||
shapes::{plane, sphere, test_shape},
|
shapes::{plane, sphere, test_shape},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user