Synchronizing a Web-Based GUI in Autodesk VRED for VR and External Users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everyone,
I’ve created an HTML GUI for Autodesk VRED to control the variant sets of a vehicle. My goal is to ensure that both users in a VR headset and external observers in the room can see and control the same GUI, or at least that the VR user can see which variant is currently selected by an external bystander. So far, I’ve tried using a shared URL in a sceneplate and running the GUI via a live server in Visual Studio Code, but the instances of the GUI are not synchronizing. Additionally, I cannot interact with the sceneplate when the VR mode is live. Moreover, I haven’t found a good way to display the sceneplate in VR without disturbances and glitches.
The best way to display the GUI in VR so far is via a WebEngine, but again, I want to control it from outside of the scene. The user should only be able to see what is happening/selected.
Here’s an overview of my current setup:
- HTML and JavaScript: The GUI is web-based and launched via a live server.
- Sceneplate: The URL of the GUI is embedded in a sceneplate in VRED.
- Synchronization: No successful synchronization of the GUI instances so far.
Has anyone experienced a similar setup or have additional ideas on how to achieve real-time synchronization of the GUI? Any help or suggestions would be greatly appreciated!
Thank you in advance!