Aviatrix3D 1.0

Uses of Interface
org.j3d.renderer.aviatrix3d.loader.AVModel

Packages that use AVModel
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. 
 

Uses of AVModel in org.j3d.renderer.aviatrix3d.loader
 

Methods in org.j3d.renderer.aviatrix3d.loader that return AVModel
 AVModel AVLoader.load(java.net.URL url)
          Load a model from the given URL.
 AVModel AVLoader.load(java.io.InputStream stream)
          Load a model from the given input stream.
 AVModel AVLoader.load(java.io.File file)
          Load a model from the given file.
 

Uses of AVModel in org.j3d.renderer.aviatrix3d.loader.dem
 

Methods in org.j3d.renderer.aviatrix3d.loader.dem that return AVModel
 AVModel DEMLoader.load(java.net.URL url)
          Load a model from the given URL.
 AVModel DEMLoader.load(java.io.InputStream stream)
          Load a model from the given input stream.
 AVModel DEMLoader.load(java.io.File file)
          Load a model from the given file.
 

Uses of AVModel in org.j3d.renderer.aviatrix3d.loader.discreet
 

Methods in org.j3d.renderer.aviatrix3d.loader.discreet that return AVModel
 AVModel MaxLoader.load(java.net.URL url)
          Load a model from the given URL.
 AVModel MaxLoader.load(java.io.InputStream stream)
          Load a model from the given input stream.
 AVModel MaxLoader.load(java.io.File file)
          Load a model from the given file.
 

Uses of AVModel in org.j3d.renderer.aviatrix3d.loader.stl
 

Methods in org.j3d.renderer.aviatrix3d.loader.stl that return AVModel
 AVModel STLLoader.load(java.net.URL url)
          Load a model from the given URL.
 AVModel STLLoader.load(java.io.InputStream stream)
          Load a model from the given input stream.
 AVModel STLLoader.load(java.io.File file)
          Load a model from the given file.
 

Uses of AVModel in org.j3d.renderer.aviatrix3d.loader.vterrain
 

Methods in org.j3d.renderer.aviatrix3d.loader.vterrain that return AVModel
 AVModel BTLoader.load(java.net.URL url)
          Load a model from the given URL.
 AVModel BTLoader.load(java.io.InputStream stream)
          Load a model from the given input stream.
 AVModel BTLoader.load(java.io.File file)
          Load a model from the given file.
 


Aviatrix3D 1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2005 j3d.org