public class idx3d_3ds_Importer
extends java.lang.Object
| Constructor and Description |
|---|
idx3d_3ds_Importer() |
| Modifier and Type | Method and Description |
|---|---|
void |
importFromStream(java.io.InputStream inStream,
idx3d_Scene targetscene) |
void |
importFromURL(java.net.URL url,
idx3d_Scene targetscene) |
public void importFromURL(java.net.URL url,
idx3d_Scene targetscene)
throws java.io.IOException
java.io.IOExceptionpublic void importFromStream(java.io.InputStream inStream,
idx3d_Scene targetscene)