Searched refs:setHeightAtPoint (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DHeightMap.java103 * <code>setHeightAtPoint</code> sets the height value for a given
114 void setHeightAtPoint(float height, int x, int z); method in interface:HeightMap
H A DHillHeightMap.java137 setHeightAtPoint((float) tempBuffer[i][j], j, i);
H A DMidpointDisplacementHeightMap.java148 setHeightAtPoint((float) tempBuffer[i][j], j, i);
H A DAbstractHeightMap.java89 * <code>setHeightAtPoint</code> sets the height value for a given
100 public void setHeightAtPoint(float height, int x, int z) { method in class:AbstractHeightMap
H A DFaultHeightMap.java147 setHeightAtPoint(tempBuffer[i][j], i, j);
H A DParticleDepositionHeightMap.java315 setHeightAtPoint((float) tempBuffer[i][j], j, i);

Completed in 65 milliseconds