Searched refs:addKeyFrameRotation (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DAnimationFactory.java199 addKeyFrameRotation(keyFrameIndex, transform.getRotation());
230 addKeyFrameRotation((int) (time / tpf), rotation);
241 public void addKeyFrameRotation(int keyFrameIndex, Quaternion rotation) { method in class:AnimationFactory

Completed in 78 milliseconds