Added primitive renderer, world with tree hierarchy supporting lights and objects with GLTF loading. Builds and runs with broken rendering and tree.

This commit is contained in:
paladin 2026-09-03 12:08:00 +01:00
parent f1d4534063
commit efe98454d9
17 changed files with 1968 additions and 1221 deletions

View file

@ -1,2 +1,5 @@
#![recursion_limit = "256"]
pub mod engine;
pub mod app;
pub mod render;
pub mod web;
pub mod world;