net.sourceforge.arbaro.export
Class POVMeshExporter
java.lang.Object
net.sourceforge.arbaro.export.Exporter
net.sourceforge.arbaro.export.POVMeshExporter
- public class POVMeshExporter
- extends Exporter
Exports a tree mesh as Povray include file with mesh2 objects
- Author:
- wolfram
Fields inherited from class net.sourceforge.arbaro.export.Exporter |
tree, w |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
outputLeafUVs
public boolean outputLeafUVs
outputStemUVs
public boolean outputStemUVs
POVMeshExporter
public POVMeshExporter(Tree tree,
java.io.PrintWriter pw)
write
public void write()
throws net.sourceforge.arbaro.export.ExportError
- Specified by:
write
in class Exporter
- Throws:
net.sourceforge.arbaro.export.ExportError
writeStemFaces
public void writeStemFaces(boolean uv,
java.lang.String indent)
throws MeshError
- Throws:
MeshError