ANSI - INCITS ISO/IEC 14772-1
Information technology - Computer graphics and image processing - The Virtual Reality Modeling Language - Part 1: Functional specification and UTF-8 encoding
| Organization: | ANSI |
| Publication Date: | 1 January 1997 |
| Status: | active |
| Page Count: | 241 |
scope:
ISO/IEC 14772, the Virtual Reality Modeling Language (VRML), defines a file format that integrates 3D graphics and multimedia. Conceptually, each VRML file is a 3D time-based space that contains graphic and aural objects that can be dynamically modified through a variety of mechanisms. This part of ISO/IEC 14772 defines a primary set of objects and mechanisms that encourage composition. encapsulation, and extension.
The semantics of VRML describe an abstract functional behaviour of time-based, interactive 3D, multimedia information. ISO/IEC 14772 does not define physical devices or any other implementation-depen
Each VRML file:
a. implicitly establishes a world coordinate space for all objects defined in the file, as well as all objects included by the file:
b. explicitly defines and composes a set of 3D and multimedia objects;
c. can specify hyperlinks to other files and applications;
d. can define object behaviours.
An important characteristic of VRML files is the ability to compose files together through inclusion and to relate files together through hyperlinking. For example, consider the file earth.wrl which specifies a world that contains a sphere representing the earth. This file may also contain references to a variety of other VRML files representing cities on the earth (e.g., tile paris.wrl). The enclosing file, earth.wrl, defines the coordinate system that all the cities reside in. Each city file defines the world coordinate system that the city resides in but that becomes a local coordinate system when contained by the earth file.
Hierarchical file inclusion enables the creation of arbitrarily large, dynamic worlds. Therefore, VRML ensures that each file is completely described by the objects contained within it.
Another essential characteristic of VRML is that it is intended to be used in a distributed environment such as the World Wide Web. There are various objects and mechanisms built into the language that support multiple distributed files, including:
e. in-lining of other VRML files;
f. hyperlinking to other files;
g. using established Internet and ISO standards for other file formats;
h. defining a compact syntax.
Document History