| Package | Description |
|---|---|
| org.j3d.renderer.aviatrix3d.loader |
Implementations of file loaders that produce an Aviatrix3D scene graph.
|
| org.j3d.renderer.aviatrix3d.loader.dem |
File loader for the USGS Digital Elevation Model (DEM) file format.
|
| org.j3d.renderer.aviatrix3d.loader.discreet |
File loader for the Discreet 3DS MAX application (.3ds file format).
|
| org.j3d.renderer.aviatrix3d.loader.stl |
Loader for the STL (Stereolithography) file into Aviatrix3D.
|
| org.j3d.renderer.aviatrix3d.loader.vterrain |
File loader for the Virtual Terrain Project (VTP) file formats.
|
| Modifier and Type | Method and Description |
|---|---|
AVModel |
AVLoader.load(File file)
Load a model from the given file.
|
AVModel |
AVLoader.load(InputStream stream)
Load a model from the given input stream.
|
AVModel |
AVLoader.load(URL url)
Load a model from the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
AVModel |
DEMLoader.load(File file)
Load a model from the given file.
|
AVModel |
DEMLoader.load(InputStream stream)
Load a model from the given input stream.
|
AVModel |
DEMLoader.load(URL url)
Load a model from the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
AVModel |
MaxLoader.load(File file)
Load a model from the given file.
|
AVModel |
MaxLoader.load(InputStream stream)
Load a model from the given input stream.
|
AVModel |
MaxLoader.load(URL url)
Load a model from the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
AVModel |
STLLoader.load(File file)
Load a model from the given file.
|
AVModel |
STLLoader.load(InputStream stream)
Load a model from the given input stream.
|
AVModel |
STLLoader.load(URL url)
Load a model from the given URL.
|
| Modifier and Type | Method and Description |
|---|---|
AVModel |
BTLoader.load(File file)
Load a model from the given file.
|
AVModel |
BTLoader.load(InputStream stream)
Load a model from the given input stream.
|
AVModel |
BTLoader.load(URL url)
Load a model from the given URL.
|
Copyright © 2001 - 2015 j3d.org