library: add material module
This commit is contained in:
parent
48b3f03d40
commit
9fa0da1b83
|
@ -6,4 +6,5 @@ pub type Vector = Vector3<f32>;
|
|||
|
||||
pub mod core;
|
||||
pub mod light;
|
||||
pub mod material;
|
||||
pub mod shape;
|
||||
|
|
0
src/material/mod.rs
Normal file
0
src/material/mod.rs
Normal file
Loading…
Reference in a new issue