engine/bin/data/entities/model.json

87 lines
1.8 KiB
JSON

{
"name": "Graph",
"type": "Object",
"ignore": false,
// "behaviors": [ "LoadingBehavior" ],
"transform": {
"position": [ 0, 0, 0 ],
"rotation": { "axis": [ 0, 1, 0 ], "angle": 0 },
"scale": [ 1, 1, 1 ]
},
"metadata": {
"graph": {
"debug": {
"no cleanup": false,
"print": {
"tree": false,
"stats": false,
"lights": false,
"meshes": false,
"materials": false,
"textures": false
}
},
"sanitizer": {
"winding order": true
},
"exporter": {
"enabled": true,
"pretty": false,
"encoding": "auto",
"compression": "auto",
"quantize": false,
"precision": 4,
"combined": false,
"encode buffers": true,
"unwrap": "tagged",
"conversion": "",
"quit": true
},
"baking": {
"enabled": true,
"resolution": 2048,
"shadows": 8192,
"layers": 1,
"trigger": { "mode": "rendered", "quit": true },
// "trigger": { "mode": "key", "value": "B" },
"output": "./lightmap.%i.png",
"settings": {
"useInputMeshUvs": true,
"maxIterations": 4,
// "maxChartSize": 0,
"padding": 2,
// "texelsPerUnit": 0,
"bilinear": true,
"blockAlign": true,
"bruteForce": false,
"rotateChartsToAxis": false,
"rotateCharts": true
}
},
"renderer": {
"front face": "auto",
"cull mode": "back",
"filter": "nearest",
"atlas": false,
"invert": true,
"skinned": false,
"render": true,
"separate": false
},
"lights": {
"lightmap": "auto",
// "disable if lightmapped": false,
"shadows": true
},
"stream": {
"tag": "worldspawn",
"player": "info_player_spawn",
"enabled": false, // "auto",
"radius": 32,
"every": 1
}
}
}
}