engine/bin/data2/scenes/construct/gm_construct.json

30 lines
664 B
JSON

{
"import": "/model.json",
"assets": [
// { "filename": "./models/gm_construct.glb" }
{ "filename": "./models/gm_construct/graph.json" }
],
"metadata": {
"model": {
"baking": {
"enabled": true,
"resolution": 1024,
"settings": {
// "useInputMeshUvs": false
}
},
"cull mode": "none",
"tags": {
"/^worldspawn/": {
"physics": { "type": "mesh", "static": true },
"grid": { "size": [5,2,5], "epsilon": 1.0, "cleanup": true, "print": true }
},
"info_player_spawn": {
"action": "attach",
"filename": "./player.json",
"preserve orientation": true
}
}
}
}
}