|
|
||
|
|
| Registered MIME type: model/vrml VRML geometry format. Early standard for delivering 3D content on the web. Stores 3D geometries, background images, light source and view point information. VRML files are normally embedded in HTML and rendered by a browser plug-in. VRML is an acronym for Virtual Reality Modeling Language. ASCII text format. Commonly transferred as a compressed .wrl.gz file. Has been superseded by the X3D format. |
| "Graphics3D" | Graphics3D representation of a VRML file | |
| "GraphicsComplex" | VRML file represented as collection of GraphicsComplex objects | |
| "LineData" | list of line indices, referencing the vertices given by "VertexData" | |
| "LineObjects" | list of Line objects given in absolute coordinates | |
| "PolygonData" | list of polygon indices, referencing the vertices given by "VertexData" | |
| "PolygonObjects" | list of Polygon primitives given in absolute coordinates | |
| "VertexColors" | colors associated with each vertex, given as a list of color primitives | |
| "VertexData" | list of vertex coordinates | |
| "VertexNormals" | normal vectors corresponding to the vertices given by "VertexData" |
| "InvertNormals" | False | whether to invert the orientation of vertex normals | |
| "VerticalAxis" | {0,0,1} | orientation to assume for the coordinate system used in the file |
This gives a Graphics3D object representing a knot:
Export it to VRML format:
Construct a 3D model based on the evolution of a 2D cellular automaton and export it to VRML:
|
| © 2008 Wolfram Research, Inc. |