VRML


VRML (Virtual Reality Modeling Language, pronounced vermal, or by its initials, known before 1995 as Virtual Reality Markup Language) is a standard 3-dimensional (3D) interactive vector graphics file format designed for the World Wide Web. It has been succeeded by X3D.[1]

VRML
Apartment.png
Apartment ground plan in VRML.
Filename extension
  • .wrl (plain)
  • .wrz (compression)
Internet media type
  • model/vrml
  • x-world/x-vrml
  • application/x-cc3d
Latest release
2.0
Type of format3D computer graphics
Extended fromLabyrinth
StandardISO/IEC 14772-1:1997
Websitewww.web3d.org

VRML files

VRML uses text files. The vertices, edges, surface colors, UV-mapped textures, shininess, transparency and more of a 3D polygon can be specified.[2][3] Graphical components can be made to fetch web pages or other VRML files from the Internet from URLs when the user clicks on the graphical component. Animations, sounds, lighting, and other things about the virtual world can interact with the user or can happen when external events say so, such as timers. A special Script Node allows program code (such as program code in Java or ECMAScript) to be added to a VRML file.

VRML files are commonly called "worlds" and have the .wrl extension (for example, a VRML file can be called island.wrl). VRML files are in plain text and usually compress well using gzip, which is useful to transfer them over the Internet faster (some files compressed using gzip use the .wrz extension). Many 3D modeling programs can save objects and scenes in VRML format.

Standardization

The Web3D Consortium was started to develop the format further. The International Organization for Standardization (ISO) have made VRML and its successor, X3D, international standards.

The first version of VRML was specified in November 1994. It was specified from, and looked a lot like, the API and file format of the Open Inventor software component, originally developed by SGI. The development of version 2.0 was guided by the ad-hoc VRML Architecture Group (VAG).[4] A working draft was published in August 1996.[5] Formal collaboration between the VAG and SC24 of ISO began in 1996,[6] and VRML 2.0 was submitted to ISO to be used as an international standard. The current and functionally complete version is VRML97 (ISO/IEC 14772-1:1997). X3D (ISO/IEC 19775-1) has succeeded VRML.

Emergence, popularity, and rival technical upgrade

Dave Raggett created the term VRML in a paper he wrote called “Extending WWW to support Platform Independent Virtual Reality”,[7] which was submitted to the First World Wide Web Conference[8] in 1994, and first discussed at the WWW94 VRML BOF, which Tim Berners-Lee started. There, Mark Pesce showed the Labyrinth demo he developed with Tony Parisi[9] and Peter Kennard.[10] VRML was introduced to a wider audience in the SIGGRAPH Course, VRML: Using 3D to Surf the Web[11] in August 1995. In October 1995, at Internet World, Template Graphics Software (TGS) demonstrated a 3D/VRML plug-in for the beta release of Netscape 2.0 by Netscape Communications.[12]

In 1997, a new version of VRML, VRML97 (also known as VRML2 or VRML 2.0), was finalized, and became an ISO standard. VRML97 was used on the Internet on some personal homepages and sites, such as "CyberTown", which used Blaxxun Software to allow 3D chat to be possible. SGI's Cosmo Software supported the format. When SGI restructured in 1998, the division was sold to the VREAM Division of Platinum Technology, which was then taken over by Computer Associates, which did not develop or distribute the software. Because of that, various proprietary Web 3D formats came out over the next few years, including Microsoft Chrome and Adobe Atmosphere, neither of which is supported today. VRML's capabilities were mostly the same while realtime 3D graphics kept improving. The VRML Consortium changed its name to the Web3D Consortium, and began work on the successor to VRML, which is X3D.[13]

SGI ran a web site at vrml.sgi.com that hosted a string of regular short performances of a character called "Floops", who was a VRML character in a VRML world. A company called "Protozoa" created Floops.[14][15]

H-Anim is a standard for animated Humanoids, which is based around VRML, and later X3D. The first version of the H-Anim standard, 1.0, was supposed to be submitted at the end of March 1998.[16]

VRML never saw much serious widespread use,[17] possibly because most users, such as business users and personal users, had low bandwidth and slow dial-up Internet access.[18]

VRML was mostly experimented with in education and research, where an open specification is most valued.[19] It has now been developed into X3D. The MPEG-4 Interactive Profile (ISO/IEC 14496) was based on VRML[20] (now on X3D), and X3D is largely backwards-compatible with it. VRML is also widely used as a file format to distribute 3D models, mostly from CAD systems.[21]

A free version of VRML for multiple platforms called OpenVRML is available. Its libraries can be used to add both VRML and X3D support to applications, and a GTK+ plugin that allows VRML/X3D worlds to be rendered in web browsers is available.

In the 2000s, many companies, such as Bitmanagement, improved the quality level of virtual effects in VRML to the quality level of DirectX 9.0c using proprietary solutions. All main features like game modeling are already complete. They include multi-pass render with low level setting for Z-buffer, BlendOp, AlphaOp, Stencil,[22] Multi-texture,[23] Shader with HLSL and GLSL support,[24] realtime Render To Texture, Multi Render Target (MRT) and PostProcessing.[25] Many demos show VRML supports lightmap, normalmap, SSAO, CSM and Realtime Environment Reflection and other virtual effects.[26]

Alternatives

  • 3DMLW: 3D Markup Language for Web
  • COLLADA: managed by the Khronos Group
  • O3D: developed by Google
  • U3D: Ecma International standard ECMA-363
  • X3D: successor of VRML

Related pages

References

  1. Paul Festa and John Borland (May 19, 2005). "Is a 3D web more than just empty promises?". CNET News.com. http://news.zdnet.co.uk/internet/0,1000000097,39199121,00.htm. Retrieved May 7, 2020. 
  2. "Version 1.0 Specification". Web3d.org. Retrieved 2010-02-23.
  3. "VRML Version 1.0 Specification". Retrieved 2018-11-27.
  4. Ando, Hideyuki; Kubota, Akihiro; Kiriyama, Takashi (July 1998). "Study on the collaborative design process over the Internet: a case study on VRML 2.0 specification design". Design Studies. 19 (3): 289–308. doi:10.1016/S0142-694X(98)00007-6. Retrieved 24 March 2020.
  5. "VRML Version 2.0 Specification". 1996-08-04. Retrieved 2018-11-27.
  6. Carson, George; Puk, Richard; Carey, Rikk (March–April 1999). "Developing the VRML 97 international standard". IEEE Computer Graphics and Applications. 19 (2): 52–58. doi:10.1109/38.749123.
  7. Dave Raggett (1994). "Extending WWW to support Platform Independent Virtual Reality". Retrieved April 2, 2012.
  8. "First World Wide Web Conference". 4.web.cern.ch. Archived from the original on 2015-08-14. Retrieved 2010-02-23.
  9. Media Machines Management
  10. "Peter Kennard's page". Livingwork.com. Retrieved 2010-02-23.
  11. Hardenbergh, Jan; Bell, Gavin; Pesce, Mark (August 1995). Course 12 - VRML: Using 3D to Surf the Web. ACM SIGGRAPH.
  12. First 3D/VRML Plug-in for Netscape 2.0 shown by TGS; TGS extends leadership in Internet 3D products and technology[dead link]. AllBusiness.com. 30 Oct 1995. Last accessed 26 Dec 2011.
  13. "A Commentary on GeoVRML". Archived from the original on 2021-02-04. Retrieved 2020-05-07.
  14. "Floops general narrative". Biota.org. Archived from the original on 2009-12-02. Retrieved 2010-02-23.
  15. "Floops in his first episode". Retrieved 2010-02-23.
  16. VRML Consortium Charter for Humanoid Animation Working Group
  17. David Sabine. "What is (was) VRML?". Archived from the original on 2021-02-03. Retrieved 2020-05-07.
  18. Introduction to VRML
  19. Web-Based Control and Robotics Education, page 30
  20. "3D Online: Browser Plugins and More". Archived from the original on 2020-09-29. Retrieved 2020-05-07.
  21. "XML Matters". Ibm.com. Retrieved 2010-02-23.
  22. DrawGroup & DrawOp
  23. "Multitexturing". Archived from the original on 2012-01-03. Retrieved 2020-05-07.
  24. "Programmable shaders component". Archived from the original on 2011-11-28. Retrieved 2020-05-07.
  25. Scene postprocessing support
  26. VRML X3D and Realtime Web3D

Other websites

Code samples
Documentation