-
-
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
Expand skeleton height config #1156
base: main
Are you sure you want to change the base?
Conversation
- Make height off max and min tracker positions - Move HMD height to skeleton - Remove full height as it's never used
const beneathFloor = useMemo( | ||
() => | ||
!( | ||
hmdTracker?.tracker.position && | ||
hmdTracker.tracker.position.y >= MIN_HEIGHT | ||
), | ||
[hmdTracker?.tracker.position?.y] | ||
); |
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.
We should probably only consider this if the headset is connected or not, the height could be very off, but could be correct with the floor height changed. Maybe we could give an option to use the manual height when the smol warning is shown?
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.
is this better?
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.
Looks good but any positional head tracker should work, though idk if it matters if we just go for HMD
done added all remaining tasks ❤️ |
Replaces the basic height configuration that is part of AutoBone with one that includes the floor height. This value is also used when resetting proportions, so you no longer need to be in a specific pose for that.
Requires SlimeVR/SolarXR-Protocol#147.
Remaining tasks:
height - floor > 0.4
height - floor > 0.4