Implemented scene loading. (Still problems with depth testing, WIP).
This commit is contained in:
7
assets/scenes/test_scene.yml
Normal file
7
assets/scenes/test_scene.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
nodes:
|
||||
- type: mesh
|
||||
translation: [0, 0, 0]
|
||||
mesh: meshes/cube.obj
|
||||
- type: mesh
|
||||
translation: [1, 0, -10]
|
||||
mesh: meshes/cube.obj
|
||||
Reference in New Issue
Block a user