refactor: scene deserialization organisation

This commit is contained in:
2026-05-02 18:02:53 +02:00
parent a44e61c1f7
commit eb90c36ae8
8 changed files with 160 additions and 172 deletions

View File

@@ -1,2 +1,4 @@
pub mod raw_camera;
pub mod material_def;
pub mod hittable_def;
pub mod scene;