-
-
Notifications
You must be signed in to change notification settings - Fork 183
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
Conversation
- Make height off max and min tracker positions - Move HMD height to skeleton - Remove full height as it's never used
@@ -35,7 +61,19 @@ export function NumberSelector({ | |||
<div className="flex flex-col gap-1 w-full"> | |||
<Typography bold>{label}</Typography> | |||
<div className="flex gap-5 bg-background-60 p-2 rounded-lg"> | |||
<div className="flex"> | |||
<div className="flex gap-1"> |
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.
Standard gap is usually 2
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.
yeah but gap-1
is used usually for input commons
@@ -48,7 +86,7 @@ export function NumberSelector({ | |||
<div className="flex flex-grow justify-center items-center w-10 text-standard"> | |||
{valueLabelFormat ? valueLabelFormat(value) : value} | |||
</div> | |||
<div className="flex"> | |||
<div className="flex gap-1"> |
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.
Standard gap is usually 2
gui/src/components/onboarding/pages/body-proportions/AutomaticProportions.tsx
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/autobone-steps/CheckHeight.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/autobone-steps/CheckHeight.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/scaled-steps/ManualHeightStep.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/autobone-steps/CheckFloorHeight.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/scaled-steps/Done.tsx
Outdated
Show resolved
Hide resolved
gui/src/components/onboarding/pages/body-proportions/autobone-steps/CheckHeight.tsx
Outdated
Show resolved
Hide resolved
@@ -35,7 +61,19 @@ export function NumberSelector({ | |||
<div className="flex flex-col gap-1 w-full"> |
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.
Standard gap is usually 2
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.
didnt edit this
gui/src/components/onboarding/pages/body-proportions/ProportionsChoose.tsx
Show resolved
Hide resolved
b012dac
to
6bc4676
Compare
One issue with this currently is there's no proper way to configure the user's height without going through the setup wizard or AutoBone... This is not ideal as the height is also used for resetting the proportions and there are cases where you cannot do AutoBone. We need to have the setup section available on its own in some capacity. |
Ok, butter, i think we should stop for now on this PR and merge it, and make a new PR on refactoring how Body proportions menu looks, much better on the objective being able to adjust your height, or doing autobone or manual proportions in a more intuitive way instead of the current choose menu |
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