mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Update assimpShapeLoader.cpp
This commit is contained in:
parent
37dd58dca4
commit
7115d9bcc6
1 changed files with 2 additions and 1 deletions
|
|
@ -285,6 +285,7 @@ void AssimpShapeLoader::processAnimations()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ambientSeq->mNumChannels = ambientChannels.size();
|
||||||
ambientSeq->mChannels = ambientChannels.address();
|
ambientSeq->mChannels = ambientChannels.address();
|
||||||
|
|
||||||
AssimpAppSequence* defaultAssimpSeq = new AssimpAppSequence(ambientSeq);
|
AssimpAppSequence* defaultAssimpSeq = new AssimpAppSequence(ambientSeq);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue