Searched defs:stepScale (Results 1 - 2 of 2) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainPatch.java95 protected Vector3f stepScale; field in class:TerrainPatch
133 * @param stepScale
140 public TerrainPatch(String name, int size, Vector3f stepScale, argument
142 this(name, size, stepScale, heightMap, origin, size, new Vector2f(), 0);
154 * @param stepScale
168 public TerrainPatch(String name, int size, Vector3f stepScale, argument
173 this.stepScale = stepScale;
181 Mesh m = geomap.createMesh(stepScale, new Vector2f(1,1), offset, offsetAmount, totalSize, false);
304 FloatBuffer newVertexBuffer = geomap.writeVertexArray(null, stepScale, fals
699 setStepScale(Vector3f stepScale) argument
[all...]
H A DTerrainQuad.java102 protected Vector3f stepScale; field in class:TerrainQuad
222 this.stepScale = scale;
709 Vector3f origin1 = new Vector3f(-quarterSize * stepScale.x, 0,
710 -quarterSize * stepScale.z);
718 split, stepScale, heightBlock1, totalSize, tempOffset,
728 Vector3f origin2 = new Vector3f(-quarterSize * stepScale.x, 0,
729 quarterSize * stepScale.z);
738 split, stepScale, heightBlock2, totalSize, tempOffset,
748 Vector3f origin3 = new Vector3f(quarterSize * stepScale.x, 0,
749 -quarterSize * stepScale
[all...]

Completed in 63 milliseconds