library: add light module
This commit is contained in:
parent
b89631adce
commit
c0e21d2f66
|
@ -5,3 +5,4 @@ pub type Point = Point3<f64>;
|
|||
pub type Vector = Vector3<f64>;
|
||||
|
||||
pub mod core;
|
||||
pub mod light;
|
||||
|
|
0
src/light/mod.rs
Normal file
0
src/light/mod.rs
Normal file
Loading…
Reference in a new issue