nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
596 stars 31 forks source link

Fix pose update edge case #191

Closed brentyi closed 3 months ago

brentyi commented 3 months ago

163 introduces an edge case where scene nodes orientations + positions aren't updated when a node is remounted.

This breaks the 05_camera_commands.py example, since marking a node as clickable remounts it.