-
Notifications
You must be signed in to change notification settings - Fork 33
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
3D GUI updates #792
base: main
Are you sure you want to change the base?
3D GUI updates #792
Conversation
This PR now also includes a flag/attribute for |
I unsibscribed from this PR because I got an notification for each little commit. Just add or poke me again, when my attention is required again. |
This PR adds VR GUI functionality from microscenery and jans branch, and tweaks it to work without further dependencies.
This includes UI elements like Button, Tabbedmenu, Switch and Textbox, as well as layout elements like Column and Row.
It also updates VRTouch, VRGrab and VRPRess interactions from @moreApi's branch.
Further updates: VRTouch objects can now be interacted with custom nodes (think tool tips) instead of just the controller hitbox. Buttons can now optionally be triggered by touch only, not necessarily requiring VRPress behavior anymore, and custom colors and pressedColors can be passed to them.