ft: quad support

This commit is contained in:
2026-05-02 04:46:15 +02:00
parent 27bdce5882
commit f1ac226dbb
7 changed files with 193 additions and 42 deletions

View File

@@ -2,4 +2,5 @@ pub mod hit;
pub mod materials;
pub mod sphere;
pub mod triangle;
pub mod quad;
pub mod traits;