Flatlogic Bot 055d24df95 WORKING
2025-10-14 02:37:44 +00:00

97 lines
2.0 KiB
JSON

{
"asset": {
"version": "1.0"
},
"extensionsUsed": [
"3DTILES_implicit_tiling",
"3DTILES_multiple_contents",
"3DTILES_metadata"
],
"extensionsRequired": [
"3DTILES_implicit_tiling",
"3DTILES_multiple_contents"
],
"geometricError": 240,
"extensions": {
"3DTILES_metadata": {
"schema": {
"id": "ImplicitGroupMetadataSchemaId",
"classes": {
"layer": {
"properties": {
"color": {
"type": "VEC3",
"componentType": "UINT8"
},
"priority": {
"type": "SCALAR",
"componentType": "UINT32"
}
}
}
}
},
"groups": {
"ground": {
"class": "layer",
"properties": {
"color": [120, 68, 32],
"priority": 0
}
},
"sky": {
"class": "layer",
"properties": {
"color": [206, 237, 242],
"priority": 1
}
}
}
}
},
"root": {
"boundingVolume": {
"region": [
-1.3197309591796106,
0.6988324218,
-1.3196290408203893,
0.6989155782,
0,
88
]
},
"extensions": {
"3DTILES_implicit_tiling": {
"subdivisionScheme": "QUADTREE",
"subtreeLevels": 2,
"availableLevels": 2,
"subtrees": {
"uri": "subtrees/1.0/{level}.{x}.{y}.json"
}
},
"3DTILES_multiple_contents": {
"content": [
{
"uri": "ground/{level}/{x}/{y}.b3dm",
"extensions": {
"3DTILES_metadata": {
"group": "ground"
}
}
},
{
"uri": "sky/{level}/{x}/{y}.b3dm",
"extensions": {
"3DTILES_metadata": {
"group": "sky"
}
}
}
]
}
},
"geometricError": 70,
"refine": "ADD"
}
}