CubeTwister 2.0alpha141 2011-10-13

idx3d
Class idx3d_3ds_Importer

java.lang.Object
  extended by idx3d.idx3d_3ds_Importer

public class idx3d_3ds_Importer
extends java.lang.Object


Constructor Summary
idx3d_3ds_Importer()
           
 
Method Summary
 void importFromStream(java.io.InputStream inStream, idx3d_Scene targetscene)
           
 void importFromURL(java.net.URL url, idx3d_Scene targetscene)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

idx3d_3ds_Importer

public idx3d_3ds_Importer()
Method Detail

importFromURL

public void importFromURL(java.net.URL url,
                          idx3d_Scene targetscene)
                   throws java.io.IOException
Throws:
java.io.IOException

importFromStream

public void importFromStream(java.io.InputStream inStream,
                             idx3d_Scene targetscene)

(c) Werner Randelshofer.
All rights reserved.