j3d.org Code

Uses of Class
org.j3d.util.frustum.ViewFrustum

Packages that use ViewFrustum
org.j3d.renderer.java3d.terrain Java3D-specific extensions to the basic terrain descriptions in org.j3d.terrain
org.j3d.renderer.java3d.terrain.roam ROAM terrain rendering implementation. 
org.j3d.renderer.java3d.util Generalised utility classes for all representing view frustum information. 
org.j3d.terrain Generalised utility classes for all terrain culling algorithms. 
org.j3d.terrain.roam ROAM terrain rendering implementation. 
 

Uses of ViewFrustum in org.j3d.renderer.java3d.terrain
 

Constructors in org.j3d.renderer.java3d.terrain with parameters of type ViewFrustum
J3DAbstractLandscape(ViewFrustum view, TerrainData data)
          Create a new Landscape with the set view and data.
J3DAbstractLandscape(ViewFrustum view, TerrainData data, AppearanceGenerator gen)
          Provide a landscape with a specific appearance generator set.
 

Uses of ViewFrustum in org.j3d.renderer.java3d.terrain.roam
 

Constructors in org.j3d.renderer.java3d.terrain.roam with parameters of type ViewFrustum
J3DSplitMergeLandscape(ViewFrustum view, TerrainData data)
          Creates new Landscape based on the view information and the terrain data.
J3DSplitMergeLandscape(ViewFrustum view, TerrainData data, int patchSize)
          Creates new Landscape based on the view information and static terrain data, with a controlable patch size.
J3DSplitMergeLandscape(ViewFrustum view, TerrainData data, AppearanceGenerator gen)
          Provide a landscape with a specific appearance generator set.
J3DSplitMergeLandscape(ViewFrustum view, TerrainData data, int patchSize, AppearanceGenerator gen)
          Provide a landscape with a specific appearance generator set.
 

Uses of ViewFrustum in org.j3d.renderer.java3d.util
 

Subclasses of ViewFrustum in org.j3d.renderer.java3d.util
 class J3DViewFrustum
          Java3D-specific implementation of the basic ViewFrustum.
 

Uses of ViewFrustum in org.j3d.terrain
 

Fields in org.j3d.terrain declared as ViewFrustum
protected  ViewFrustum Landscape.landscapeView
          The current viewing frustum that is seeing the landscape
 

Constructors in org.j3d.terrain with parameters of type ViewFrustum
Landscape(ViewFrustum view, TerrainData data)
          Create a new Landscape with the set view and data.
 

Uses of ViewFrustum in org.j3d.terrain.roam
 

Fields in org.j3d.terrain.roam declared as ViewFrustum
protected  ViewFrustum ROAMPatch.viewFrustum
          The view frustum used for this terrain
 

Constructors in org.j3d.terrain.roam with parameters of type ViewFrustum
ROAMSplitMergeLandscape(ViewFrustum view, TerrainData data)
          Creates new Landscape based on the view information and the terrain data.
ROAMSplitMergeLandscape(ViewFrustum view, TerrainData data, int patchSize)
          Creates new Landscape based on the view information and static terrain data, with a controlable patch size.
ROAMPatch(TerrainData terrain, int patchSize, ViewFrustum frustum, int patchX, int patchY)
          Create a new patch based on the terrain and appearance information.
 


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org