Add X3D on Your Webpage
Submitted by Leonard Daly on Mon, 01/19/2015 - 15:39
Getting X3D to display on your webpage is very simple. The simpliest example can be accomplished in three easy steps. These are summarized as
Some browsers will let you display X3D content using X3DOM from your local filesystem, others will need to operate in a web server environment. This is due to slightly different interpertations of security policies by those browsers. To be sure everything works, upload all of your files (HTML, X3D models, textures, and other resources) to your web server.
Once the three steps above are done, you can add any interaction between the webpage and the X3D scene as needed.