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