HomeSort by relevance Sort by last modified time
    Searched refs:tempNorm (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
PQTorus.java 149 Vector3f tempNorm = new Vector3f();
187 tempNorm.x = (cx * N.x + cy * B.x);
188 tempNorm.y = (cx * N.y + cy * B.y);
189 tempNorm.z = (cx * N.z + cy * B.z);
190 fnb.put(tempNorm.x).put(tempNorm.y).put(tempNorm.z);
191 tempNorm.addLocal(torusPoints[i]);
192 fpb.put(tempNorm.x).put(tempNorm.y).put(tempNorm.z)
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 173 Vector3f tempNorm = new Vector3f();
211 tempNorm.set(adjacentPoint).subtractLocal(rootPoint)
213 tempNorm.multLocal(scale).normalizeLocal();
214 // store.put(tempNorm.x).put(tempNorm.y).put(tempNorm.z);
215 BufferUtils.setInBuffer(tempNorm, store,

Completed in 1445 milliseconds