|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AVModel | |
org.j3d.renderer.aviatrix3d.loader | Implementations of file loaders that produce an Aviatrix3D scene graph. |
org.j3d.renderer.aviatrix3d.loader.discreet | File loader for the Discreet 3DS MAX application (.3ds file format). |
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.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. |
|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |