assimp/code
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
..
AssetLib Fixed rotation order bug in BVH Loader 2020-05-18 16:07:46 +01:00
CApi remove step prototype: does not work this way. 2020-05-07 14:00:40 +02:00
Collada Merge branch 'master' of https://github.com/inhosens/assimp into inhosens-master 2020-05-15 15:08:30 +02:00
Common Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
Material Merge branch 'master' into kimkulling_dev 2020-03-23 09:00:41 +01:00
PostProcessing Merge branch 'master' into master 2020-05-06 22:07:39 +02:00
res Updated copyright dates. 2020-01-20 08:53:12 -05:00
.editorconfig Implemented: Add editor config for source code 2015-06-28 15:50:57 -06:00
CMakeLists.txt Merge branch 'master' into bug-3177-dae-geo-id 2020-05-13 20:24:53 +02:00