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

86 lines
1.5 KiB
JSON

{
"asset": {
"version": "1.1"
},
"schema": {
"id": "voxel",
"classes": {
"voxel": {
"properties": {
"a": {
"type": "SCALAR",
"componentType": "FLOAT32"
}
}
}
}
},
"statistics": {
"classes": {
"voxel": {
"count": 8,
"properties": {
"a": {
"min": 0.0,
"max": 1.0
}
}
}
}
},
"geometricError": 0.0,
"root": {
"boundingVolume": {
"extensions": {
"3DTILES_bounding_volume_cylinder": {
"cylinder": [
0.0,
0.0,
0.0,
1.0,
0.0,
0.0,
0.0,
1.0,
0.0,
0.0,
0.0,
1.0
]
}
}
},
"geometricError": 0.0,
"refine": "REPLACE",
"content": {
"uri": "tiles/{level}/{x}/{y}/{z}.json",
"extensions": {
"3DTILES_content_voxels": {
"dimensions": [
2,
2,
2
],
"class": "voxel"
}
}
},
"implicitTiling": {
"subdivisionScheme": "OCTREE",
"subtreeLevels": 3,
"availableLevels": 1,
"subtrees": {
"uri": "subtrees/{level}/{x}/{y}/{z}.json"
}
}
},
"extensionsUsed": [
"3DTILES_content_voxels",
"3DTILES_bounding_volume_cylinder"
],
"extensionsRequired": [
"3DTILES_content_voxels",
"3DTILES_bounding_volume_cylinder"
]
}