Uses of Interface
com.jmex.effects.water.HeightGenerator

Packages that use HeightGenerator
com.jmex.effects.water   
 

Uses of HeightGenerator in com.jmex.effects.water
 

Classes in com.jmex.effects.water that implement HeightGenerator
 class WaterHeightGenerator
          WaterHeightGenerator Sample implementation of a water height generator
 

Constructors in com.jmex.effects.water with parameters of type HeightGenerator
ProjectedGrid(java.lang.String name, Camera cam, int sizeX, int sizeY, float texureScale, HeightGenerator heightGenerator)