feat editor

This commit is contained in:
math-pixel
2026-04-23 15:24:40 +02:00
parent 20fbaf05e1
commit d0cf876372
18 changed files with 2252 additions and 40 deletions
+23
View File
@@ -0,0 +1,23 @@
[
{
"name": "test_cube",
"type": "Mesh",
"position": [0, 5, 0],
"rotation": [0, 0, 0],
"scale": [2, 2, 2]
},
{
"name": "test_sphere",
"type": "Mesh",
"position": [10, 5, 0],
"rotation": [0, 0, 0],
"scale": [3, 3, 3]
},
{
"name": "test_cylinder",
"type": "Mesh",
"position": [-10, 5, 0],
"rotation": [0, 0, 0],
"scale": [1, 4, 1]
}
]