You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The easiest fix is to set playbackMutable.current.currentIndex to 0 instead of the loop start index, but this has performance implications. Needs some thought.
The text was updated successfully, but these errors were encountered:
Incremental updates to scene node properties (visibility, position, point cloud size, etc) aren't correctly reset when we rewind:
viser/src/viser/client/src/FilePlayback.tsx
Lines 170 to 173 in 440a3e2
The easiest fix is to set
playbackMutable.current.currentIndex
to0
instead of the loop start index, but this has performance implications. Needs some thought.The text was updated successfully, but these errors were encountered: