library: add light module
This commit is contained in:
parent
b89631adce
commit
c0e21d2f66
2 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue