Home
last modified time | relevance | path

Searched refs:globalVertIndex (Results 1 – 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
DGeometryBatchFactory.java173 int globalVertIndex = 0; in mergeGeometries() local
200 int idx = inIdx.get(tri * components + comp) + globalVertIndex; in mergeGeometries()
207 doTransformVerts(inPos, globalVertIndex, outPos, worldMatrix); in mergeGeometries()
211 doTransformNorms(inPos, globalVertIndex, outPos, worldMatrix); in mergeGeometries()
216 doTransformTangents(inPos, globalVertIndex, components, outPos, worldMatrix); in mergeGeometries()
218 inBuf.copyElements(0, outBuf, globalVertIndex, geomVertCount); in mergeGeometries()
222 globalVertIndex += geomVertCount; in mergeGeometries()
DTextureAtlas.java522 int globalVertIndex = 0; in applyAtlasCoords() local
537 atlas.applyCoords(geom, globalVertIndex, outMesh); in applyAtlasCoords()
539 globalVertIndex += geomVertCount; in applyAtlasCoords()
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DBatchNode.java452 int globalVertIndex = 0; in mergeGeometries() local
457 geom.batch(this, globalVertIndex); in mergeGeometries()
479 int idx = inIdx.get(tri * components + comp) + globalVertIndex; in mergeGeometries()
486 doCopyBuffer(inPos, globalVertIndex, outPos, 3); in mergeGeometries()
490 doCopyBuffer(inPos, globalVertIndex, outPos, compsForBuf[bufType]); in mergeGeometries()
495 inBuf.copyElements(0, outBuf, globalVertIndex, geomVertCount); in mergeGeometries()
503 globalVertIndex += geomVertCount; in mergeGeometries()