|
|
|||
|
|
| MIME type: model/x-pov POV-Ray 3D scene description language and format. Used for storing 3D models and scene descriptions. Native file format of the POV-Ray raytracing software. POV-Ray is an acronym derived from Persistence of Vision Raytracer. Plain text ASCII format. Uses the syntax of the POV-Ray scripting language. |
| "Graphics3D" | POV 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 |
Use ParametricPlot3D to create a solid 3D geometry:
Export it to POV:
Export inline graphics to a POV file:
|
| © 2013 Wolfram Research, Inc. |