de.jreality.writer
Class WriterOBJ

java.lang.Object
  extended by de.jreality.writer.WriterOBJ

public class WriterOBJ
extends java.lang.Object

Author:
schmies

Constructor Summary
WriterOBJ()
           
 
Method Summary
static int write(IndexedFaceSet ifs, java.io.OutputStream out)
           
static int write(IndexedFaceSet ifs, java.io.OutputStream out, int startVertex)
           
static void write(SceneGraphComponent sgc, java.io.OutputStream out)
           
static void write(SceneGraphComponent sgc, java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WriterOBJ

public WriterOBJ()
Method Detail

write

public static int write(IndexedFaceSet ifs,
                        java.io.OutputStream out,
                        int startVertex)

write

public static int write(IndexedFaceSet ifs,
                        java.io.OutputStream out)

write

public static void write(SceneGraphComponent sgc,
                         java.io.OutputStream out)

write

public static void write(SceneGraphComponent sgc,
                         java.io.PrintWriter out)