Skip to content
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

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft

3D GUI updates #792

wants to merge 22 commits into from

Conversation

smlpt
Copy link
Contributor

@smlpt smlpt commented Jan 16, 2025

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.

@smlpt smlpt added enhancement Issue or PR discusses an enhancement in-progress Issue or PR is already being worked on. labels Jan 16, 2025
@smlpt
Copy link
Contributor Author

smlpt commented Feb 3, 2025

This PR now also includes a flag/attribute for Node.generateBoundingBox and the BoundingGrid class called includeChildren. It is set to true per default to not interfere with the previously implemented behavior. If set to false, it will only return the bounding box of the node itself, without considering its children.

@moreApi
Copy link
Member

moreApi commented Feb 14, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue or PR discusses an enhancement in-progress Issue or PR is already being worked on.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants