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
..
3DS Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
3MF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
AC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
AMF Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
ASE Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Assbin Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Assjson add missing inclde + 2020-05-02 21:11:47 +02:00
Assxml Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
B3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
BVH Fixed rotation order bug in BVH Loader 2020-05-18 16:07:46 +01:00
Blender add assert-test for nullptr. 2020-05-02 21:07:41 +02:00
C4D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
COB Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
CSM Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Collada Merge branch 'master' into bug-3201-collada_root_meshes 2020-05-16 20:50:34 +02:00
DXF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
FBX Fix fbx rotation ; 2020-05-11 10:28:05 +02:00
HMP Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
IFC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Irr Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
LWO Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
LWS closes https://github.com/assimp/assimp/issues/3181: fix typo for light type. 2020-05-03 12:17:32 +02:00
M3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD2 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD3 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD4 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MD5 Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MDC Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MDL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
MMD Merge branch 'file-formatting' of https://github.com/aaronfranke/assimp into aaronfranke-file-formatting 2020-05-05 10:17:52 +02:00
MS3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
NDO Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
NFF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
OFF Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Obj Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Ogre Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
OpenGEX Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Ply Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Q3BSP Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Q3D Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Raw Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
SIB Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
SMD Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
STEPParser Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
STL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Step Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Terragen Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
Unreal Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
X Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
X3D fix conversion 2020-05-04 21:48:46 +02:00
XGL Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
glTF Merge branch 'master' into master 2020-05-17 13:54:10 +02:00
glTF2 Merge branch 'master' into gltf2_fix_skin_recursion 2020-05-18 09:05:28 +02:00