Menu

#68 AnimationCycles are not played correctly (CVS Apr. 06)

open
nobody
cal3d (30)
5
2006-04-26
2006-04-26
No

When playing an animation-cycle, not all bones are
animated correctly. Playing the same animation as an
action works fine.

Solution:
The problem is in file mixer.cpp, method updateSkeleton:

In the part where the animation cycles are updated (see
for "loop through all animation cycles"), some lines
down the for-loop must be

for (unsigned index = 0; index <
pSkeleton->getCoreSkeleton()->getVectorCoreBone().size();
++index)

instead of

for (unsigned index = 0; index < pose.size(); ++index)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.