Searched refs:scaleMat (Results 1 – 1 of 1) sorted by relevance
354 Matrix4f scaleMat = vars.tempMat4; in computeOffsetTransform() local355 scaleMat.loadIdentity(); in computeOffsetTransform()356 scaleMat.scale(prevBatchTransforms.getScale()); in computeOffsetTransform()357 cachedOffsetMat.multLocal(scaleMat); in computeOffsetTransform()363 scaleMat.loadIdentity(); in computeOffsetTransform()364 scaleMat.scale(batchNode.getTransforms(this).getScale()); in computeOffsetTransform()365 tmpMat.multLocal(scaleMat); in computeOffsetTransform()396 Matrix4f scaleMat = vars.tempMat4; in computeWorldMatrix() local397 scaleMat.loadIdentity(); in computeWorldMatrix()398 scaleMat.scale(worldTransform.getScale()); in computeWorldMatrix()[all …]