assimp/code/AssetLib/FBX
Inho Lee 4a37aa2ef8 Interpolate euler rotations for quaternion animations
FBX uses euler rotation but assimp library's base type is
quaternion. When assimp convert FBX some animation information
can be lost.
This patch interpolates euler-angle rotations and insert
additional keyframes for the FBX format.
2021-11-30 12:49:59 +01:00
..
FBXAnimation.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXBinaryTokenizer.cpp No need to distinguish formatting log functions. 2021-05-13 10:25:27 +01:00
FBXCommon.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXCompileConfig.h Flip the check on _MSC_VER for using TR1 containers. 2021-04-13 11:15:52 -07:00
FBXConverter.cpp Interpolate euler rotations for quaternion animations 2021-11-30 12:49:59 +01:00
FBXConverter.h Interpolate euler rotations for quaternion animations 2021-11-30 12:49:59 +01:00
FBXDeformer.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXDocument.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXDocument.h Fix spelling mistake 2021-10-08 08:48:01 +02:00
FBXDocumentUtil.cpp Improve use of logging 2021-05-13 12:05:31 +01:00
FBXDocumentUtil.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00
FBXExportNode.cpp Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
FBXExportNode.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXExportProperty.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXExportProperty.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXExporter.cpp Fix spelling mistake 2021-10-08 08:48:01 +02:00
FBXExporter.h Merge branch 'master' into clang-tidy-perf-fixes 2021-06-23 10:10:28 -04:00
FBXImportSettings.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXImporter.cpp more const in format detection 2021-09-11 23:23:05 +02:00
FBXImporter.h Next iteration for c++11 features. 2021-09-13 22:38:20 +02:00
FBXMaterial.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXMeshGeometry.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXMeshGeometry.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXModel.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXNodeAttribute.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXParser.cpp Handle empty keys 2021-08-27 10:41:25 +02:00
FBXParser.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXProperties.cpp Apply various performance fixes from clang-tidy 2021-06-22 12:27:15 -04:00
FBXProperties.h removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXTokenizer.cpp Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXTokenizer.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00
FBXUtil.cpp removed trailing spaces and tabs from source and text 2021-07-29 13:28:51 +02:00
FBXUtil.h Update copyrights to 2021. 2021-02-28 12:17:54 +01:00