Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Suggestion: SpaceNav Calibration #5

Open
skinnerstein opened this issue Aug 31, 2022 · 1 comment
Open

Feature Suggestion: SpaceNav Calibration #5

skinnerstein opened this issue Aug 31, 2022 · 1 comment

Comments

@skinnerstein
Copy link

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.

@ahmsville
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants