|
|
||
|
|
| JavaView 3D geometry format. Native format of the JavaView visualization software. Used for the visualization of 2D or 3D geometries. Can be embedded in web pages and viewed with the JavaView applet. XML format. Can store multiple geometries. Represents 2D or 3D objects as a collection of polygons, lines and points. |
| "Elements" | list of elements and options available in this file | |
| "Rules" | full list of rules for each element and option | |
| "Options" | list of rules for options, properties and settings |
| "Graphics" | two-dimensional objects in a JVX file represented as Graphics objects | |
| "Graphics3D" | 3D geometry represented as Graphics3D | |
| "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 | |
| "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" |
| Background | Automatic | what background color to use | |
| ImageSize | Automatic | overall size of the graphics to display | |
| Lighting | Automatic | what simulated lighting to use in coloring 3D surfaces |
| "Version" | "" | optional version information for the file content, given as a string | |
| "Keywords" | {} | keywords associated with the stored objects | |
| "ShortSummary" | "" | brief description of the file content | |
| "Summary" | "" | description of the file content | |
| "Title" | "Mathematica Graphics" | document title |
| "ReadDTD" | False | whether to validate the file against the DTD format specification |
| "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 |
Import a JVX sample file and render it as 3D graphics:
This imports a JVX file representing 2D vector graphics:
Create a 3D model using SphericalPlot3D, and export it to JVX:
|
| © 2008 Wolfram Research, Inc. |