Aviatrix3D 1.0

Uses of Class
org.j3d.aviatrix3d.Viewpoint

Packages that use Viewpoint
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.aviatrix3d.surface Various surface types for rendering the OpenGL output too that implement the DrawableSurface
org.j3d.renderer.aviatrix3d.navigation User interface components and capabilities for implementing simple navigation on any Aviatrix3D DrawableSurface based on the core org.j3d.ui.navigation package. 
 

Uses of Viewpoint in org.j3d.aviatrix3d
 

Fields in org.j3d.aviatrix3d declared as Viewpoint
 Viewpoint RenderEnvironmentData.viewpoint
          The current viewpoint instance
 Viewpoint AudioEnvironmentData.viewpoint
          The current viewpoint instance
 

Methods in org.j3d.aviatrix3d that return Viewpoint
 Viewpoint Scene.getActiveView()
          Get the currently set active view.
 

Methods in org.j3d.aviatrix3d with parameters of type Viewpoint
 void Scene.setActiveView(Viewpoint vp)
          Set the viewpoint path that should be applied to the current surface.
 

Uses of Viewpoint in org.j3d.aviatrix3d.surface
 

Fields in org.j3d.aviatrix3d.surface declared as Viewpoint
protected  Viewpoint BaseRenderingProcessor.currentViewpoint
          The current viewpoint instance
 

Methods in org.j3d.aviatrix3d.surface with parameters of type Viewpoint
 void BaseRenderingProcessor.setActiveView(Viewpoint vp)
          Set the viewpoint path that should be applied to the current surface.
 

Uses of Viewpoint in org.j3d.renderer.aviatrix3d.navigation
 

Methods in org.j3d.renderer.aviatrix3d.navigation with parameters of type Viewpoint
 void ViewpointManager.setViewInfo(Viewpoint view, TransformGroup tg)
          Set the view and it's related transform group to use.
 


Aviatrix3D 1.0

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