Module imp3d

Class SceneGraphExport

java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.imp3d.io.SceneGraphExport
All Implemented Interfaces:
SceneTree.Visitor, Filter, FilterSource, RegistryContext, Map
Direct Known Subclasses:
DXFExport, GLTFExport, MTGExport, OBJExport, PLYExport, POVExport, RootlessXMLExporter, STLExport, TEXExport, WebGLExport, X3DExport, XEGExportScene

public abstract class SceneGraphExport extends FilterBase implements SceneTree.Visitor
This base class is used to export the 3D scene graph of a View3D to another representation (usually, this is a file representation for which this class provides a set of useful methods). The export is done via the creation of an intermediate SceneTree in the method createSceneTree(View3D).
Author:
Ole Kniemeyer