Searched defs:heightMap (Results 1 – 3 of 3) sorted by relevance
72 public LODGeomap(int size, FloatBuffer heightMap) { in LODGeomap()76 public LODGeomap(int size, float[] heightMap) { in LODGeomap()
141 float[] heightMap, Vector3f origin) { in TerrainPatch()169 float[] heightMap, Vector3f origin, int totalSize, in TerrainPatch()
305 …BufferedImage heightMap = new BufferedImage(sourceImage.getWidth(), sourceImage.getHeight(), Buffe… in convertToNormalMapTexture() local