Computer graphics, image processing, and environmental data representation —
Extensible 3D (X3D) —
Part 5: JavaScript Object Notation (JSON) encoding
1 Scope
ISO/IEC 19775, Extensible 3D (X3D), defines a system that integrates 3D graphics and multimedia. Conceptually, each X3D 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 19776 defines a mapping of the abstract objects in X3D to a specific encoding using JavaScript Object Notation (JSON).
Each JSON-encoded X3D file:
A JSON-encoded X3D file may be referenced from files using other encodings and may itself reference X3D files encoded using other encodings. Such files can only be processed by browsers which conform to all of the utilized encodings.
