Files
assimp/code/AssetLib
Kevin Shepherd e9a3cc2c8a Fixed rotation order bug in BVH Loader
This bug has been present since after the 4.10 release.
It fixes the issue "play the bvh error" #2187
Almost all bvh files are affected, such as any of the CMU library.
The bug is caused by the introduction of channelMap in the BVHLoader.cpp - function void BVHLoader::CreateAnimation(aiScene *pScene).  The channelMap loses the rotation order present oin the BVH file, and always applies the rotations in X,Y,Z order.
2020-05-18 16:07:46 +01:00
..
2020-05-02 21:11:47 +02:00
2020-05-02 21:07:41 +02:00
2020-05-11 10:28:05 +02:00
2020-05-17 13:54:10 +02:00
2020-05-04 21:48:46 +02:00