GaussianSplatsHelper
new GaussianSplatsHelper(splats : GaussianSplats, options : Object)Debug helper for visualizing Gaussian Splat bounding boxes.
Helps debug splat placement by showing:
- Overall bounding box of the entire model
- Per-instance oriented 3D wireframe boxes showing individual splat extents
For point cloud visualization, use GaussianSplatsPoints instead.
Constructor Parameters
splatsGaussianSplatsThe GaussianSplats instance to visualize.
optionsoptionalObjectOptions.
Default is
Default is
{}.showBoundingBoxoptionalbooleanEnable overall model bounding box visualization.
Default istrue.showPerInstanceBoundingBoxesoptionalbooleanEnable per-splat oriented 3D wireframe box visualization.
Default isfalse.boxColoroptionalnumberOverall bounding box wireframe color.
Default is0x00ff00.boxOpacityoptionalnumberOverall bounding box line opacity.
Default is0.8.perInstanceBoxColoroptionalnumberPer-instance wireframe box color.
Default is0xff0000.