Implemented scene loading. (Still problems with depth testing, WIP).

This commit is contained in:
2024-09-30 17:37:50 +02:00
parent e92f414e02
commit c904353baf
19 changed files with 225 additions and 19 deletions

View 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