Good morning everyone,
I am conducting some tests combining Webstudio and Verge3D, a visual builder for 3D web apps:
https://www.soft8soft.com/docs/manual/en/index.html.
Verge3D creates a project folder where it expects the UI (HTML+CSS) to be saved as well. I would like to ask for help in understanding the best way to use it in combination with Webstudio.
If I include the web app created with Verge in my page built with Webstudio (cloud) and upload it, everything works correctly. However, I am unclear about the hierarchy of files and folders and where the various files actually reside.
For this reason, I cannot get the HTML UI to interact with the 3D web app.
I would like to know if it is necessary for me to upload the entire Verge project folder to the Webstudio cloud or if I should do it differently.
Here is a test I am working on:
https://www.bullx.it/3d/omerwolfdemo.
In this case, the web app is hosted on Verge3D's cloud and included via an iframe with "HTML Embed." The two red and blue DIVs have an assigned ID that should allow the Verge app to recognize them and respond to clicks, but I believe there is an issue with the file hierarchy that I cannot understand.
Could you help me?