Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Set Origin of VR Tools Menu

fbruchD4CS2
Contributor

Set Origin of VR Tools Menu

fbruchD4CS2
Contributor
Contributor

Hi All, 

Is there a way to set the origin (e.g. ORIGIN_WORLD, ORIGIN_HEAD) for the default Immersive Tools Menu? This can easily be done for an object of the vrdImmersiveMenu class, e.g. when one creates a custom menu with vrImmersiveUiService.createMenu(). Maybe the default Tools Menu is also an object of this class, if so is there a way to reference it? 

 

Eventually I would like to implement a function to detach the Tools Menu from the controller in order to allow for single controller menu operations. 

 

Thanks in advance!

 

- Florian

0 Likes
Reply
Accepted solutions (1)
658 Views
2 Replies
Replies (2)

__daniel.lincoln__
Autodesk
Autodesk
Accepted solution
Hi Florian,
You many have discovered this already, but if not.
tools_menu = vrImmersiveUiService.findMenu("ToolsMenu") # default menu
0 Likes

fbruchD4CS2
Contributor
Contributor

Thank you, Dan!

0 Likes