nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.8k stars 196 forks source link

Make FPS camera navigation speed independent from frame rate #252

Closed FeatherAntennae closed 7 months ago

FeatherAntennae commented 8 months ago

Use time elapsed since last frame to make navigation speed consistent at different frame rates when using the first-person camera navigation style.

Fixes:

nmwsharp commented 7 months ago

awesome! thank you, good fix