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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
ArrayModifier.java 201 Vector3f translationVector = new Vector3f(offset[0] + scale[0] + objectOffset[0], offset[1] + scale[1] + objectOffset[1], offset[2] + scale[2] + objectOffset[2]);
209 if (translationVector.length() > 0.0f) {
210 count = (int) (length / translationVector.length()) - 1;
223 newTranslation.addLocal(translationVector);
232 caps[0].getLocalTranslation().set(node.getLocalTranslation()).subtractLocal(translationVector);
236 caps[1].getLocalTranslation().set(newTranslation).addLocal(translationVector);

Completed in 436 milliseconds