arrayfire / forge

High Performance Visualization
226 stars 48 forks source link

Fix and Improve trackball interactivity #227

Closed 9prady9 closed 3 years ago

9prady9 commented 3 years ago

SDL window toolkit additionally has custom move cursor.

Change(s) Trackball rotation has a bug in computing the angle.

Current Behavior Incorrectly uses degrees unit instead of radians

New Behavior Fixed angle units and improved interactivity hints

Breaking Change(s) None