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
{{ message }}
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.
when I started this editor up everything was fine but suddenly the zoom was extremely slow, it looks like it has to do something with the inspect mode since it gets slower the more far you zoom in, but i'm in the walk around mode so it looks like this additional zoom factor doesn't get reset when switching the modes, which it SHOULD.
The text was updated successfully, but these errors were encountered:
Yes, this is a known issue of helixtoolkit, and also the reason because the walk around view is the default. The inspect mode uses the virtual trackball model, if you get too close to the target (aka zoom too much) the floating point operations will approximate to 0 and everything will start glitching, unfortunately the algorithm is beyond my control.
Solution: navigate with the middle mouse button and use a lot the space bar to move the camera target to the selected object.
Tbh once you get used to it i think the inspect mode is better
when I started this editor up everything was fine but suddenly the zoom was extremely slow, it looks like it has to do something with the inspect mode since it gets slower the more far you zoom in, but i'm in the walk around mode so it looks like this additional zoom factor doesn't get reset when switching the modes, which it SHOULD.
The text was updated successfully, but these errors were encountered: