You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
837 B
30 lines
837 B
{
|
|
"items": [
|
|
{
|
|
"id": 0,
|
|
"name": "cone",
|
|
"model": "./models/cone.glb",
|
|
"texture": null,
|
|
"contentType": "text",
|
|
"file": "./texts/example.md",
|
|
"isCollider": true,
|
|
"position": { "x": 100, "y": 1, "z": 0 },
|
|
"rotation": { "x": 0, "y": 0, "z": 0 },
|
|
"scale": 5,
|
|
"links": [1]
|
|
},
|
|
{
|
|
"id": 1,
|
|
"name": "cone2",
|
|
"model": "./models/cone.glb",
|
|
"texture": null,
|
|
"contentType": "text",
|
|
"file": "./texts/example2.md",
|
|
"isCollider": true,
|
|
"position": { "x": -100, "y": 1, "z": 0 },
|
|
"rotation": { "x": 0, "y": 0, "z": 0 },
|
|
"scale": 10,
|
|
"links": [0]
|
|
}
|
|
]
|
|
}
|