60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"type": "Object",
|
|
"name": "Player: Model",
|
|
"ignore": false,
|
|
"assets": [
|
|
// "/player/bear.glb"
|
|
// { "filename": "/player/bear/graph.json", "delay": 0, "single threaded": false, "category": "models" }
|
|
{ "filename": "/player/bear/graph.json.gz", "delay": 0, "single threaded": false, "category": "models" }
|
|
],
|
|
"behaviors": [
|
|
"PlayerModelBehavior"
|
|
],
|
|
"transform": {
|
|
"position": [ 0, -2.0, 0 ],
|
|
"rotation": {
|
|
"axis": [ 0, 1, 0 ],
|
|
"angle": 0
|
|
},
|
|
"scale": [ 0.16, 0.16, 0.16 ]
|
|
},
|
|
"system": {
|
|
"hot reload": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"metadata": {
|
|
"track": true,
|
|
"hide": true,
|
|
"model": {
|
|
"debug": {
|
|
"no cleanup": false,
|
|
"print tree": false,
|
|
"print stats": false
|
|
},
|
|
"export": {
|
|
"should": true,
|
|
"pretty": false,
|
|
"compress": true,
|
|
"quantize": false,
|
|
"precision": 4,
|
|
"combined": false,
|
|
"encode buffers": true
|
|
},
|
|
"animation": "wank",
|
|
// "print animations": true,
|
|
"flags": {
|
|
"ATLAS": true,
|
|
"SKINNED": true,
|
|
"INVERT": true,
|
|
"TRANSFORM": false,
|
|
|
|
"RENDER": true,
|
|
"COLLISION": false,
|
|
"SEPARATE": true,
|
|
"NORMALS": true,
|
|
"LOAD": false
|
|
}
|
|
}
|
|
}
|
|
} |