Package | Description |
---|---|
org.scijava.java3d.loaders |
Provides interfaces and abstract classes for writing Java 3D loaders.
|
org.scijava.java3d.loaders.lw3d |
Provides a Java 3D loader for Lightwave 3D scene files.
|
org.scijava.java3d.loaders.objectfile |
Provides a Java 3D loader for Wavefront .obj files.
|
Modifier and Type | Method and Description |
---|---|
Scene |
Loader.load(Reader reader)
This method loads the Reader and returns the Scene
containing the scene.
|
Scene |
Loader.load(String fileName)
This method loads the named file and returns the Scene
containing the scene.
|
Scene |
Loader.load(URL url)
This method loads the named file and returns the Scene
containing the scene.
|
Modifier and Type | Method and Description |
---|---|
Scene |
Lw3dLoader.load(Reader reader)
This method loads the Reader and returns the Scene
containing the scene.
|
Scene |
Lw3dLoader.load(String fileName)
This method loads the named file and returns the Scene
containing the scene.
|
Scene |
Lw3dLoader.load(URL url)
This method loads the named file and returns the Scene
containing the scene.
|
Modifier and Type | Method and Description |
---|---|
Scene |
ObjectFile.load(Reader reader)
The Object File is loaded from the already opened file.
|
Scene |
ObjectFile.load(String filename)
The Object File is loaded from the .obj file specified by
the filename.
|
Scene |
ObjectFile.load(URL url)
The object file is loaded off of the web.
|
Copyright © 2016–2022 SciJava. All rights reserved.