Thank you; I figured out how to integrate my V3D app using an iframe. However, there’s an issue. When using an iframe, you need a server to host the V3D app files—this could be a server like v3d.net, GitHub, or any other. The downside is that loading the files from the server takes time, as the client first loads the main website, which then has to make another request to load the iframe content.
I’m trying to find a way to combine my code with the code generated by the v3dApp manager to create a website that the client only needs to load once.