feat editor
This commit is contained in:
@@ -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]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>test_model</title>
|
||||
</head>
|
||||
<body>
|
||||
Index of /models/test_model/
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user