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
|
|
@ -12,6 +12,7 @@ name = "game"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
gltf = "1.4.1"
|
||||
anyhow = "1.0"
|
||||
winit = { version = "0.30", features = ["android-native-activity"] }
|
||||
env_logger = "0.11.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue