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
I'd like to suggest a calibration screen where the sensitivity and default position of the SpaceNav can be adjusted. I noticed that in Blender if I take my hand off of the Dial, sometimes it will drift just a little bit. I think that being able to adjust how sensitive the SpaceNav is to initial movement as well as calibrating the center position from the app would help eliminate this issue.
The text was updated successfully, but these errors were encountered:
there's actually a variable that controls this behavior in the dials code and in the app, so I could work on exposing them in the app.
If you want to try adjusting the value in code, you can look in the AhmsvilleDial.cpp file for: AhmsvilleDial_Spacenav.set_slideBoundaryRadii(100, 0); AhmsvilleDial_Spacenav.set_tiltBoundaryRadii(100, 0);
leave the 100, and adjust 0 as needed.
I'd like to suggest a calibration screen where the sensitivity and default position of the SpaceNav can be adjusted. I noticed that in Blender if I take my hand off of the Dial, sometimes it will drift just a little bit. I think that being able to adjust how sensitive the SpaceNav is to initial movement as well as calibrating the center position from the app would help eliminate this issue.
The text was updated successfully, but these errors were encountered: