ft: added cube

This commit is contained in:
2026-05-02 12:57:45 +02:00
parent e7018a84ed
commit c3d37f4758
6 changed files with 99 additions and 25 deletions

View File

@@ -3,4 +3,5 @@ pub mod materials;
pub mod sphere;
pub mod triangle;
pub mod quad;
pub mod cube;
pub mod traits;