41 lines
676 B
JSON
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
|
|
}
|