3D file viewer

From Open Source Ecology
Revision as of 05:16, 13 October 2010 by Elifarley (talk | contribs)
Jump to navigation Jump to search

Embedding in Web Pages

For embedding 3D models in web pages, please export them in one of the following formats:

  1. X3DOM, which needs a modern, WebGL-enabled browser
  2. X3D (needs a browser plugin)
  3. VRML (needs a browser plugin)


VRML is the Virtual Reality Modeling Language, a standard file format to display 3D models on the web. The most common way to display, show, navigate, browse, play, or view VRML files, models, or worlds (.wrl file extension) is with a VRML plugin, also known as a VRML viewer, player, browser, reader, add-on, client, toolkit, program, software, or ActiveX control. You must download and install the VRML plugin in Internet Explorer, Firefox, Google Chrome, or other browser. Most of the VRML plugins can also display X3D files. The current version of VRML is referred to as VRML 2.0 or VRML97.

X3D is an open standards file format and run-time architecture to represent and communicate 3D scenes and objects using XML. It can be thought of as the next generation of VRML. X3D files can be displayed with an X3D plugin, viewer, browser, program, or toolkit. Most of the X3D plugins also display VRML files.

X3DOM is a framework to support X3D in HTML and rendered with WebGL. No plugin is required although it is or will be supported in more recent versions of Firefox, Chrome, and Safari. [1]


See Also

References