Fix for SL-318 issue with 3-channel animations.
parent
9ca9a44acf
commit
28c6426afb
|
|
@ -976,6 +976,10 @@ void LLBVHLoader::applyTranslations()
|
|||
|
||||
//Allow joint position changes as of SL-318
|
||||
joint->mIgnorePositions = FALSE;
|
||||
if (joint->mNumChannels == 3)
|
||||
{
|
||||
joint->mIgnorePositions = TRUE;
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
// Set the relativepos flags if necessary
|
||||
|
|
|
|||
Loading…
Reference in New Issue