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:
parent
f1d4534063
commit
efe98454d9
17 changed files with 1968 additions and 1221 deletions
|
|
@ -1,2 +1,5 @@
|
|||
#![recursion_limit = "256"]
|
||||
pub mod engine;
|
||||
pub mod app;
|
||||
pub mod render;
|
||||
pub mod web;
|
||||
pub mod world;
|
||||
Loading…
Add table
Add a link
Reference in a new issue