ft: 10: metals

This commit is contained in:
2026-04-16 14:04:55 +02:00
parent e8f84b590b
commit b756cc394a
12 changed files with 199 additions and 41 deletions

2
src/objects/materials.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod lambertian;
pub mod traits;