ft: tri support

This commit is contained in:
2026-04-30 16:28:16 +02:00
parent 388fbcbb8a
commit 27bdce5882
7 changed files with 204 additions and 12 deletions

View File

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