Aviatrix3D
2.0 Dev

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.pipeline Common representation interfaces of a rendering pipeline. 
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
 

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

Methods in org.j3d.aviatrix3d with parameters of type Viewpoint
 int Viewpoint.compareTo(Viewpoint vp)
          Compares this object with the specified object for order.
 boolean Viewpoint.equals(Viewpoint vp)
          Compares this object with the specified object to check for equivalence.
 void SimpleScene.setActiveView(Viewpoint vp)
          Set the viewpoint path that should be applied to the current surface.
 void RenderPass.setActiveView(Viewpoint vp)
          Set the viewpoint path that should be applied to the current surface.
 

Uses of Viewpoint in org.j3d.aviatrix3d.pipeline
 

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

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
2.0 Dev

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