viser icon indicating copy to clipboard operation
viser copied to clipboard

edit splats or point clouds

Open ehatami65 opened this issue 5 months ago • 1 comments

Hi, Thanks for the awesome repo! similar to mesh selection feature, could we get similar interactive selection for point clouds or Gaussian splats? I am looking for a way to select (using mouse drag a box or 3d contour and then edit them (e.g., delete, change color) directly in the scene in an interactive way. thanks

ehatami65 avatar Aug 14 '25 03:08 ehatami65

Hi @ehatami65!

I think we might not have the bandwidth to do something very specialized for this in the near future, but there are some existing features that might be helpful for this:

  • For selecting individual Gaussians, how we do vertex click events in this example might be helpful:
    • https://viser.studio/main/examples/demos/smpl_visualizer/
  • You could also manually compute intersecting Gaussians with the generic "rect-select" pointer event:
    • https://viser.studio/main/examples/interaction/scene_pointer/

Would these work?

brentyi avatar Aug 16 '25 17:08 brentyi