wip: parallelization

This commit is contained in:
2026-05-03 14:58:56 +02:00
parent eb90c36ae8
commit 10f9c0984d
23 changed files with 294 additions and 211 deletions

View File

@@ -1,7 +1,10 @@
pub mod circle;
pub mod cube;
pub mod cylinder;
pub mod hit;
pub mod materials;
pub mod sphere;
pub mod triangle;
pub mod mesh;
pub mod quad;
pub mod cube;
pub mod sphere;
pub mod traits;
pub mod triangle;