engine/bin/data/entities/model.json

76 lines
1.6 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": {
"model": {
"debug": {
"no cleanup": false,
"print tree": false,
"print stats": false
},
"exporter": {
"enabled": true,
"pretty": false,
"encoding": "auto",
"compression": "auto",
"quantize": false,
"precision": 4,
"combined": false,
"encode buffers": true,
"unwrap": true,
// "unwrap": "tagged",
"optimize": "tagged",
// "optimize": true,
"quit": true,
"mesh": {
// "print": true
}
},
"baking": {
"enabled": true,
"resolution": 8192,
"shadows": 1024,
"layers": 1,
"trigger": { "mode": "rendered", "quit": true },
// "trigger": { "mode": "key", "value": "B" },
"output": "./lightmap.%i.png",
"settings": {
"useInputMeshUvs": true,
"maxIterations": 16,
// "maxChartSize": 0,
"padding": 4,
// "texelsPerUnit": 0,
"bilinear": true,
"blockAlign": true,
"bruteForce": true,
"rotateChartsToAxis": false,
"rotateCharts": true
}
},
// "filter": "NEAREST",
"lightmap": "auto",
"flags": {
"ATLAS": false,
"INVERT": false,
"TRANSFORM": false,
"SKINNED": false,
"RENDER": true,
"SEPARATE": false,
"NORMALS": false
},
"lights": {
// "disable if lightmapped": false,
"shadows": true
}
}
}
}