net.sourceforge.arbaro.export
Class OBJExporter

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

public final class OBJExporter
extends Exporter

Exports a tree mesh as Wavefront OBJ file


Field Summary
 boolean outputLeafUVs
           
 boolean outputStemUVs
           
 
Fields inherited from class net.sourceforge.arbaro.export.Exporter
progress, tree, w
 
Constructor Summary
OBJExporter(Tree tree, java.io.PrintWriter pw)
           
 
Method Summary
 void write()
           
 
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

OBJExporter

public OBJExporter(Tree tree,
                   java.io.PrintWriter pw)
Parameters:
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