nerfstudio-project / viser

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

Fix `.add_image()` race condition #206

Closed brentyi closed 5 months ago

brentyi commented 5 months ago

If textures weren't loaded quickly enough, addSceneNodeMakeParents could be called after SetPosition, SetOrientation messages were processed. This would incorrectly overwrite them.