Skip to content
Snippets Groups Projects
Commit 28c6426a authored by Aura Linden's avatar Aura Linden
Browse files

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

parent 9ca9a44a
No related branches found
No related tags found
No related merge requests found
...@@ -976,6 +976,10 @@ void LLBVHLoader::applyTranslations() ...@@ -976,6 +976,10 @@ void LLBVHLoader::applyTranslations()
//Allow joint position changes as of SL-318 //Allow joint position changes as of SL-318
joint->mIgnorePositions = FALSE; joint->mIgnorePositions = FALSE;
if (joint->mNumChannels == 3)
{
joint->mIgnorePositions = TRUE;
}
//---------------------------------------------------------------- //----------------------------------------------------------------
// Set the relativepos flags if necessary // Set the relativepos flags if necessary
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment