|
|
||
|
|
| "Graphics3D" | X3D file containing 3D geometries, represented as a Graphics3D object | |
| "GraphicsComplex" | list of GraphicsComplex objects, each representing a geometry stored in the file | |
| "LineData" | lines represented as lists of indices, referencing the vertices as given by the "VertexData" element | |
| "LineObjects" | list of Line primitives given in absolute coordinates | |
| "PointData" | point data in indexed form | |
| "PointObjects" | list of Point primitives given in absolute coordinates | |
| "PolygonData" | polygon data in indexed form | |
| "PolygonObjects" | list of Polygon primitives given in absolute coordinates | |
| "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 |
Use ParametricPlot3D to create a solid 3D geometry:
Export it to X3D:
|
| © 2008 Wolfram Research, Inc. |