ft: 5,6.1: sphere class + normals

This commit is contained in:
2026-04-15 13:32:29 +02:00
parent 67c1eb861d
commit ebf39d014b
8 changed files with 126 additions and 12 deletions

3
src/objects.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod hit;
pub mod sphere;
pub mod traits;