-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
Improve reset code and make it so VRTrackers can reset #480
Conversation
Erimelowo
commented
Jan 17, 2023
- Improves some reset code and make sure none of the fix___ methods are modifying the tracker's rotation (which they were, and it caused trackers to jump for a frame sometimes when resetting)
- Make it so VRTrackers (Vive trackers) can align to HMD when resetting and quick resetting. First step in supporting Vive trackers... this will already make them more usable!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not improved reset code, you added unnecessary cloning everywhere...
Somehow thought inverseLocal created a new Quaternion and inverse didn’t, but it’s the opposite ;-; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some suggestions for consistency.
Co-authored-by: Eiren Rain <Eirenliel@users.noreply.github.com>
Co-authored-by: Eiren Rain <Eirenliel@users.noreply.github.com>