net.sourceforge.arbaro.export
Class POVMeshExporter

java.lang.Object
  extended bynet.sourceforge.arbaro.export.Exporter
      extended bynet.sourceforge.arbaro.export.POVMeshExporter

public class POVMeshExporter
extends Exporter

Exports a tree mesh as Povray include file with mesh2 objects

Author:
wolfram

Field Summary
 boolean outputLeafUVs
           
 boolean outputStemUVs
           
 
Fields inherited from class net.sourceforge.arbaro.export.Exporter
tree, w
 
Constructor Summary
POVMeshExporter(Tree tree, java.io.PrintWriter pw)
           
 
Method Summary
 void write()
           
 void writeStemFaces(boolean uv, java.lang.String indent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outputLeafUVs

public boolean outputLeafUVs

outputStemUVs

public boolean outputStemUVs
Constructor Detail

POVMeshExporter

public POVMeshExporter(Tree tree,
                       java.io.PrintWriter pw)
Method Detail

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