Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
DFluidSimHeightMap.java53 private float nodeDistance = 10.0f; // distance between each node of the surface field in FluidSimHeightMap
89 …axInitialHeight, float viscosity, float waveSpeed, float timestep, float nodeDistance, long seed) … in FluidSimHeightMap()
274 public void setNodeDistance(float nodeDistance) { in setNodeDistance()