Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DFluidSimHeightMap.java57 private float maxInitialHeight = 500; // max initial height field in FluidSimHeightMap
89 …idSimHeightMap(int size, int iterations, float minInitialHeight, float maxInitialHeight, float vis… in FluidSimHeightMap()
253 public void setMaxInitialHeight(float maxInitialHeight) { in setMaxInitialHeight()