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

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintLocLike.java 69 Transform targetTransform = this.target.getTransform();
75 this.locLike(translations[frame], targetTransform.getTranslation(), ipo.calculateValue(frame));
82 Transform targetTransform = this.target.getTransform();
85 this.locLike(ownerLocation, targetTransform.getTranslation(), ipo.calculateValue(0));
ConstraintRotLike.java 55 Transform targetTransform = this.target.getTransform();
56 Quaternion targetRotation = targetTransform.getRotation();
72 Transform targetTransform = this.target.getTransform();
75 this.rotLike(ownerRotation, ownerRotation.toAngles(null), targetTransform.getRotation().toAngles(null), ipo.calculateValue(0));
ConstraintSizeLike.java 60 Transform targetTransform = this.target.getTransform();
61 Vector3f targetScale = targetTransform.getScale();
74 Transform targetTransform = this.target.getTransform();
76 this.sizeLike(ownerTransform.getScale(), targetTransform.getScale(), ipo.calculateValue(0));

Completed in 775 milliseconds