VRML
|
VRML (Virtual Reality Modeling Language, sometimes pronounced vermal) is a standard file format for representing 3-dimensional (3D) interactive vector graphics, designed particularly with the World Wide Web in mind. It is a text file format where, e.g., vertices and edges for a 3D polygon can be specified along with the surface color, image-mapped textures, shininess, transparency, and so on. URLs can be associated with graphical components so that a web browser might fetch a web-page or a new VRML file from the Internet when the user clicks on the specific graphical component. Animations, sounds, lighting, and other aspects of the virtual world can interact with the user or may be triggered by external events such as timers. A special Script Node allows to add program code (e.g., written in Java or JavaScript (ECMAScript)) to a VRML file.
VRML files are commonly called worlds and have the .wrl extension (for example island.wrl). Although VRML worlds use a text format they may often be compressed using gzip so that they transfer over the internet more quickly. Most 3D modeling programs can save objects and scenes in VRML format.
The Web3D Consortium has been formed to further the collective development of the format.
The first version of VRML was specified in November 1994. This version was specified from, and very closely resembled, the Application Programming Interface and file format of the Open Inventor software component, originally developed by SGI. The current and functionally complete version is VRML97 (ISO/IEC 14772-1:1997). The coming VRML standard is called X3D.
Contents |
See also
Open source programs that can export VRML
Open source VRML programs (external links)
- FreeWRL VRML browser (http://www.crc.ca/FreeWRL/)
- Xj3D VRML97/X3D browser/java loader (http://www.xj3d.org/)
- Coin3D SDK: a software component supporting VRML97 (http://www.coin3d.org/)
- OpenVRML parsing/display library / SDK (http://www.openvrml.org/)
- white_dune VRML97 editor (http://www.csv.ica.uni-stuttgart.de/vrml/dune/)
- Art of Illusion 3D modeller with static VRML97 export (http://www.artofillusion.org/)
More external links
- VRML (Virtual Reality Modeling Language) and X3D (http://xml.coverpages.org/vrml-X3D.html)
- VRML ISO/IEC 14772 standard document (http://www.web3d.org/x3d/specifications/vrml/)
- Web3D Consortium (http://www.web3d.org/)
- Extensible 3D: XML Meets VRML (http://www.xml.com/pub/a/2003/08/06/x3d.html)
- VCollab, A strong VRML viewer for CAD/CAE data (http://www.vcollab.com)
- The X3D Experience - an X3D/vrml showcase website (http://www.thex3dxperience.com/)da:Virtual Reality Modeling Language
de:VRML es:VRML fr:Virtual Reality Markup Language nl:VRML ja:VRML