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

41 lines
676 B
JSON

{
"input": {
"path": "./voxel2x2.csv"
},
"output": {
"path": "./output"
},
"tileset": {
"voxelContentBinary": true,
"voxelContentCombineBuffers": true,
"includeIonExtras": false,
"includeCesiumExtras": false
},
"csv": {
"properties": {
"a": {
"type": "FLOAT32"
},
"b": {
"type": "FLOAT32"
},
"c": {
"type": "FLOAT32"
}
}
},
"pipeline": {
"voxelTiler": {
"properties": ["a", "b", "c"],
"tileDimensions": 2,
"grid": {
"xSpacing": 1,
"ySpacing": 1,
"zSpacing": 1,
"rotation": 0
}
}
},
"force": true
}