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
privatevar rightFOVAnchorDistance by setting("Right FOV Anchor Distance", 0.5f, 0.0f..1.0f, 0.01f, "The distance to anchor the right hands fov transformation from") { page ==Page.FOV&&!linkedFOV }
66
70
67
71
privateval handXScale by setting("Hand X Scale", 1.0f, -1.0f..1.0f, 0.025f) { page ==Page.Hand }
68
72
privateval handYScale by setting("Hand Y Scale", 1.0f, -1.0f..1.0f, 0.025f) { page ==Page.Hand }
@@ -73,7 +77,8 @@ object ViewModel : Module(
73
77
privatevar handXRotation by setting("Hand X Rotation", 0, -180..180, 1) { page ==Page.Hand }
74
78
privatevar handYRotation by setting("Hand Y Rotation", 0, -180..180, 1) { page ==Page.Hand }
75
79
privatevar handZRotation by setting("Hand Z Rotation", 0, -180..180, 1) { page ==Page.Hand }
0 commit comments