Description of Virtual Reality Modeling Language

Last reviewed: September 29, 1997
Article ID: Q151840
The information in this article applies to:
  • Microsoft Internet Explorer versions 1.0, 2.0, 3.0 for Windows 95

SUMMARY

This article provides an overview of Virtual Reality Modeling Language (VRML).

NOTE: VRML was originally called Virtual Reality Markup Language. The terms are interchangeable.

MORE INFORMATION

VRML is a modeling language for specifying interactive animation. Text descriptions of geometries are downloaded and those geometries are created locally.

VRML allows Web developers to create three-dimensional (3-D) space and 3-D objects in full color with special texture, animation, and lighting effects. This means you can move in three dimensions on a VRML Web page as you do with a video game or flight simulator.

Capabilities and Qualities of VRML

  • Platform independence. The same VRML code is easily transported to UNIX, Macintosh, and Windows.
  • Extensibility. Extensions to VRML use objects that have the ability to describe themselves. Objects that are not included in standard VRML can provide a description that VRML can interpret as required.
  • Efficiency. VRML has the ability to work well over slow-speed connections, because the geometries are downloaded as ordinary text.
  • Selective refinement. VRML has the ability to add greater detail only to the portion of the scene that requires it.
  • 3-D hyperlinks. You can view these when you move the mouse pointer over certain VRML objects. The objects become selected and can be activated by clicking. They are similar to text and image hyperlinks in that you can link objects in 3-D VRML scenes to other VRML files or Web pages.
  • Texture mapping. You can apply images to the surfaces of 3-D objects to give them texture and realistic detail.


KBCategory: kbref
KBSubcategory: msiew95
Additional query words: 1.00 2.00 3.00 win95 ie3 ie30 ie2
ie20 ie1 ie10
Keywords : msiew95 kbref
Version : 1.00 2.00 3.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.