library: add light module

This commit is contained in:
Bruno BELANYI 2020-03-16 15:18:15 +01:00
parent b89631adce
commit c0e21d2f66
2 changed files with 1 additions and 0 deletions

View file

@ -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
View file