|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Viewpoint | |
org.j3d.aviatrix3d | A lightweight Object Oriented wrapper for OpenGL. |
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 |
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.renderer.aviatrix3d.navigation |
Methods in org.j3d.renderer.aviatrix3d.navigation with parameters of type Viewpoint | |
void |
ViewpointTransition.transitionTo(Viewpoint view,
TransformGroup viewTg,
javax.vecmath.Matrix4f endTx,
int totalTime)
Transition between two locations represented by the initial TranformGroup and the destination transform information starting immediately. |
void |
ViewpointManager.setViewInfo(Viewpoint view,
TransformGroup tg)
Set the view and it's related transform group to use. |
|
j3d.org Aviatrix3D | ||||||||||
PREV NEXT | FRAMES NO FRAMES |