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

  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 444 int tanLength = 0;
448 tanLength = Math.min(tanBuf.length, ftb.remaining());
451 ftb.get(tanBuf, 0, tanLength);
517 ftb.position(ftb.position() - tanLength);
518 ftb.put(tanBuf, 0, tanLength);
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
BatchNode.java 559 int tanLength = (end - start) * 4;
571 bufTangents.get(tmpFloatT, 0, tanLength);
618 bufTangents.put(tmpFloatT, 0, tanLength);

Completed in 40 milliseconds