Presenting 3D Meshes online using X3DOM
2012-07-23 by , tagged as

For presenting 3D meshes online you might want to try X3DOM. Besides the file x3dom.js you only need a mesh file in x3d format.
My minimal example
<X3D width="475" height="400">
<Scene>
<Viewpoint position="0 0 1"></Viewpoint>
<Inline url="bunny.x3d"></Inline>
</Scene>
</X3D>
renders as
(Note that you need a current a current browser with WebGL support.)


