j3d.org Code

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

Packages that use ViewFrustum
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.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
ROAMPatch(TerrainData terrain, int patchSize, ViewFrustum frustum, int patchX, int patchY)
          Create a new patch based on the terrain and appearance information.
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.
 


j3d.org Code

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