wasm-spatial-core
Preparing search index...
decimateVoxelGrid
Function decimateVoxelGrid
decimateVoxelGrid
(
positions
:
Float32Array
,
colors
:
Uint8Array
,
cell_size
:
number
,
)
:
object
Voxel grid decimation: divide space into
cell_size
cubes, keep one point per cell.
Parameters
positions
:
Float32Array
colors
:
Uint8Array
cell_size
:
number
Returns
object
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wasm-spatial-core
Loading...
Voxel grid decimation: divide space into
cell_sizecubes, keep one point per cell.