Aviatrix3D 1.0

Uses of Class
org.j3d.aviatrix3d.ViewEnvironment

Packages that use ViewEnvironment
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
 

Uses of ViewEnvironment in org.j3d.aviatrix3d
 

Fields in org.j3d.aviatrix3d declared as ViewEnvironment
 ViewEnvironment RenderEnvironmentData.viewEnvironment
          Current view environment
 ViewEnvironment AudioEnvironmentData.viewEnvironment
          Current view environment
 

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

Methods in org.j3d.aviatrix3d with parameters of type ViewEnvironment
 void Scene.setViewEnvironment(ViewEnvironment env)
          Set the view environment that is used to render this surface.
 

Uses of ViewEnvironment in org.j3d.aviatrix3d.surface
 

Fields in org.j3d.aviatrix3d.surface declared as ViewEnvironment
protected  ViewEnvironment BaseRenderingProcessor.viewEnvironment
          Current view environment
protected  ViewEnvironment BaseRenderingProcessor.defaultEnvironment
          The default view environment if none set
 

Methods in org.j3d.aviatrix3d.surface with parameters of type ViewEnvironment
 void BaseRenderingProcessor.setViewEnvironment(ViewEnvironment env)
          Set the view environment that is used to render this surface.
 


Aviatrix3D 1.0

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