OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stepScale
(Results
1 - 3
of
3
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java
95
protected Vector3f
stepScale
;
133
* @param
stepScale
140
public TerrainPatch(String name, int size, Vector3f
stepScale
,
142
this(name, size,
stepScale
, heightMap, origin, size, new Vector2f(), 0);
154
* @param
stepScale
168
public TerrainPatch(String name, int size, Vector3f
stepScale
,
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
, false);
[
all
...]
TerrainQuad.java
102
protected Vector3f
stepScale
;
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
.z);
[
all
...]
TerrainGrid.java
199
this.
stepScale
= scale;
223
this.
stepScale
= scale;
490
stepScale
= (Vector3f) c.readSavable("
stepScale
", null);
509
c.write(
stepScale
, "
stepScale
", null);
Completed in 415 milliseconds