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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 452 int globalVertIndex = 0;
457 geom.batch(this, globalVertIndex);
479 int idx = inIdx.get(tri * components + comp) + globalVertIndex;
486 doCopyBuffer(inPos, globalVertIndex, outPos, 3);
490 doCopyBuffer(inPos, globalVertIndex, outPos, compsForBuf[bufType]);
495 inBuf.copyElements(0, outBuf, globalVertIndex, geomVertCount);
497 // int curGlobalVertIndex = globalVertIndex + vert;
503 globalVertIndex += geomVertCount;
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
GeometryBatchFactory.java 173 int globalVertIndex = 0;
200 int idx = inIdx.get(tri * components + comp) + globalVertIndex;
207 doTransformVerts(inPos, globalVertIndex, outPos, worldMatrix);
211 doTransformNorms(inPos, globalVertIndex, outPos, worldMatrix);
216 doTransformTangents(inPos, globalVertIndex, components, outPos, worldMatrix);
218 inBuf.copyElements(0, outBuf, globalVertIndex, geomVertCount);
222 globalVertIndex += geomVertCount;
TextureAtlas.java 522 int globalVertIndex = 0;
537 atlas.applyCoords(geom, globalVertIndex, outMesh);
539 globalVertIndex += geomVertCount;

Completed in 49 milliseconds