j3d.org Code

Uses of Interface
org.j3d.terrain.TextureTileGenerator

Packages that use TextureTileGenerator
org.j3d.terrain Generalised utility classes for all terrain culling algorithms. 
 

Uses of TextureTileGenerator in org.j3d.terrain
 

Fields in org.j3d.terrain declared as TextureTileGenerator
protected  TextureTileGenerator AbstractTiledTerrainData.tileGenerator
          Reference to the currently set texture tile generator
protected  TextureTileGenerator AbstractFreeFormTerrainData.tileGenerator
          Reference to the currently set texture tile generator
 

Methods in org.j3d.terrain with parameters of type TextureTileGenerator
 void AbstractTiledTerrainData.setTextureTileGenerator(TextureTileGenerator gen)
          Set the texture tile geneattor instance to the new value.
 void AbstractFreeFormTerrainData.setTextureTileGenerator(TextureTileGenerator gen)
          Set the texture tile geneattor instance to the new value.
 


j3d.org Code

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