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 'arc-ball' mouse control PR (#99) had the side effect of slowing down the mouse rotation by a large factor. I liked the fast rotation behavior of the previous release (0.10.0), so I fixed it by this trivial patch:
The factor 5.0 used here is not quite as fast as the previous version, but IMO better than the current master.
Should this change made (I can make a PR out of this), or should the acceleration factor be made configurable? Maybe not since fstl is currently nicely configuration-free.
The text was updated successfully, but these errors were encountered:
I don't think a video would help much with explaining this. It's just that the ratio of pointer movement to object rotation is a lot smaller in current master than in the previous release.
This could be seen a regression by someone (like me), but is also largely a matter of opinion.
The 'arc-ball' mouse control PR (#99) had the side effect of slowing down the mouse rotation by a large factor. I liked the fast rotation behavior of the previous release (0.10.0), so I fixed it by this trivial patch:
The factor 5.0 used here is not quite as fast as the previous version, but IMO better than the current master.
Should this change made (I can make a PR out of this), or should the acceleration factor be made configurable? Maybe not since fstl is currently nicely configuration-free.
The text was updated successfully, but these errors were encountered: