Fix for SL-318 issue with 3-channel animations.

master
Aura Linden 2016-03-10 10:07:16 -08:00
parent 9ca9a44acf
commit 28c6426afb
1 changed files with 4 additions and 0 deletions

View File

@ -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