engine/bin/data/entities/playerModel.json

56 lines
1.0 KiB
JSON

{
"type": "Object",
"name": "Player: Model",
"ignore": true,
"import": "/model.json",
"assets": [
"/player/ben.glb"
// { "filename": "/player/bear/graph.json" }
],
"behaviors": [
"PlayerModelBehavior"
],
"transform": {
"position": [ 0, -2.0, 0 ],
// "position": [ 12.5715, 3.53811, 7.6238 ],
// "position": [ 1.635, -0.384, -20.409 ], // -0.384
"rotation": {
"axis": [ 0, 1, 0 ],
"angle": 0
},
"scale": [ 0.16, 0.16, 0.16 ]
},
"metadata": {
"track": true,
"hide": false,
"graph": {
"debug": {
"print": {
"animations": true
}
},
"exporter": {
"enabled": true,
"unwrap": false,
"optimize": false
},
"baking": {
"enabled": false
},
"lights": {
"lightmap": false
},
"renderer": {
"cull mode": "front",
"filter": "linear",
"flip textures": false,
"invert": false,
"skinned": true
},
"animations": {
"animation": "wank",
"speed": 2.0
}
}
}
}