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 Anchor Distance", 0.5f, 0.0f..1.0f, 0.01f, "The distance to anchor the right FOV transformation from") { page ==Page.Fov&& splitFov }
79
78
79
+
privateval enableHand by setting("Hand", false, "Enables settings for the players hand") { page ==Page.Hand }
80
80
privateval handXScale by setting("Hand X Scale", 1.0f, -1.0f..1.0f, 0.025f) { page ==Page.Hand }
81
81
privateval handYScale by setting("Hand Y Scale", 1.0f, -1.0f..1.0f, 0.025f) { page ==Page.Hand }
82
82
privateval handZScale by setting("Hand Z Scale", 1.0f, -1.0f..1.0f, 0.025f) { page ==Page.Hand }
0 commit comments