A processing action to apply to splat data.
Actions can transform, filter, or analyze the data:
translate
rotate
scale
filterNaN
filterByValue
filterBands
filterBox
filterSphere
filterFloaters
filterCluster
stats
info
mortonOrder
decimate
A processing action to apply to splat data.
Actions can transform, filter, or analyze the data:
translate- Move splats by a Vec3 offsetrotate- Rotate splats by Euler angles (degrees)scale- Uniformly scale splatsfilterNaN- Remove splats with NaN/Inf valuesfilterByValue- Keep splats matching a column conditionfilterBands- Remove spherical harmonic bands above a thresholdfilterBox- Keep splats within a bounding boxfilterSphere- Keep splats within a spherefilterFloaters- Remove splats not contributing to any occupied voxel (GPU)filterCluster- Keep splats in the connected cluster at a seed position (GPU)stats- Print per-LOD, per-column statistics to loggerinfo- Print structural metadata to loggermortonOrder- Reorder splats by Morton code for spatial localitydecimate- Simplify to target count via progressive pairwise merging