Exporting Scenes: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
The file-open dialog will list the available types. The type is determined based on the extensions of the file written out: | The file-open dialog will list the available types. The type is determined based on the extensions of the file written out: | ||
* *.vrml -- VRML | * *.vrml -- [http://www.vtk.org/doc/nightly/html/classvtkVRMLExporter.html VRML] | ||
* *.x3d -- X3D ASCII | * *.x3d -- [http://www.vtk.org/doc/nightly/html/classvtkX3DExporter.html X3D ASCII] | ||
* *.x3db -- X3D Binary | * *.x3db -- [http://www.vtk.org/doc/nightly/html/classvtkX3DExporter.html X3D Binary] |
Revision as of 15:09, 15 September 2008
ParaView provides functionality to export any scene set up with polygonal data (i.e without volume rendering). Currently VRML (Virtual Reality Modeling Language) and X3D (ASCII as well as binary) are supported. To export a scene, set up the scene in a 3D view. Only one view can be exported at a time. With the view to be exported active, choose File | Export.
The file-open dialog will list the available types. The type is determined based on the extensions of the file written out:
- *.vrml -- VRML
- *.x3d -- X3D ASCII
- *.x3db -- X3D Binary