HomeSort by relevance Sort by last modified time
    Searched full:tangentunit (Results 1 - 1 of 1) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/util/
TangentBinormalGenerator.java 443 Vector3f tangentUnit = new Vector3f();
468 tangentUnit.set(triangleData.tangent);
469 tangentUnit.normalizeLocal();
470 if (tangent.dot(tangentUnit) < toleranceDot) {
538 tangentUnit.set(tangent);
539 tangentUnit.normalizeLocal();
540 if (Math.abs(Math.abs(tangentUnit.dot(givenNormal)) - 1)
571 if (Math.abs(Math.abs(binormalUnit.dot(tangentUnit)) - 1)

Completed in 26 milliseconds