37 lines
896 B
JSON
37 lines
896 B
JSON
{
|
|
"import": "/model.json",
|
|
"assets": [
|
|
// { "filename": "./models/cornell.glb" }
|
|
// { "filename": "./models/cornell/graph.json" }
|
|
|
|
// { "filename": "./models/sponza.glb" }
|
|
// { "filename": "./models/sponza/graph.json" }
|
|
|
|
// { "filename": "./models/sponza-cornell.glb" }
|
|
{ "filename": "./models/sponza-cornell/graph.json" }
|
|
],
|
|
"metadata": {
|
|
"graph": {
|
|
"baking": {
|
|
"enabled": false,
|
|
"resolution": 2048,
|
|
"settings": {
|
|
"useInputMeshUvs": false
|
|
}
|
|
},
|
|
"tags": {
|
|
"/^Mesh_/": {
|
|
"physics": { "type": "mesh", "static": true },
|
|
// "grid": { "size": [3,1,3], "epsilon": 0.0001, "cleanup": true, "print": true },
|
|
// "optimize mesh": { "simplify": 0 },
|
|
"unwrap mesh": true
|
|
},
|
|
"Camera": {
|
|
"action": "attach",
|
|
"filename": "./player.json",
|
|
"preserve orientation": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |