OSDN Git Service

Animations :
authorremy.bouquet@gmail.com <remy.bouquet@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 15 May 2011 15:46:39 +0000 (15:46 +0000)
committerremy.bouquet@gmail.com <remy.bouquet@gmail.com@75d07b2b-3a1a-0410-a2c5-0572b91ccdca>
Sun, 15 May 2011 15:46:39 +0000 (15:46 +0000)
commit1613419f3d0d91b5311ca1ebd81d052d24838871
treeb0db817aaddf503b962033d35d3363a5bb4ae4a7
parentde6d9f47f1de18c454209d6038e01e3852a33024
Animations :
- Created a nlerp function in quaternion (thanks to Lyzards)
- Used it for rotation interpolation when blending animations (fixed the testAnimBlendBug thanks again to Lyzard)
see related post http://jmonkeyengine.org/groups/graphics/forum/topic/ogrexml-model-and-animation-blending/?topic_page=2&num=15#post-127813

git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7499 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
engine/src/core/com/jme3/animation/Bone.java
engine/src/core/com/jme3/animation/BoneTrack.java
engine/src/core/com/jme3/math/Quaternion.java