- All Known Implementing Classes:
POVAttribute
,POVCamera
,POVPhong
,POVRGBAShader
- Enclosing class:
- SceneGraphExport
public static interface SceneGraphExport.ObjectExport
This interface is used to export an object (as an attribute of
a node of the scene tree) to the destination.
- Author:
- Ole Kniemeyer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(Object object, SceneGraphExport sge) Exportsobject
to the destination.
-
Method Details
-
export
Exportsobject
to the destination.- Parameters:
object
- some attribute value of the scene treesge
- invoking export instance- Throws:
IOException
-