Home
last modified time | relevance | path

Searched defs:minInitialHeight (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DFluidSimHeightMap.java56 private float minInitialHeight = -500; // min initial height field in FluidSimHeightMap
89 …public FluidSimHeightMap(int size, int iterations, float minInitialHeight, float maxInitialHeight,… in FluidSimHeightMap()
264 public void setMinInitialHeight(float minInitialHeight) { in setMinInitialHeight()