assimp/code/AssetLib/glTF2
Inho Lee e3083c21f0 glTF2: import correct animation values for CUBICSPLINE
CUBICSPLINE interpolation has tangent values with the animation data.
Current import don't care this interpolation type but it will help not
to fetch tangent values instead of animation data.

Note: Assimp cannot support interpolation types yet.
2020-11-17 17:21:07 +01:00
..
glTF2Asset.h Merge branch 'master' into rbsheth_hunter_rapidjson 2020-09-14 09:00:11 +02:00
glTF2Asset.inl Fixes for crashes in GLTF2 Importer 2020-10-23 12:01:43 +01:00
glTF2AssetWriter.h * Added ASSIMP_BUILD_NO_GLTF1_IMPORTER, ASSIMP_BUILD_NO_GLTF2_IMPORTER, ASSIMP_BUILD_NO_GLTF1_EXPORTER, and ASSIMP_BUILD_NO_GLTF2_EXPORTER to allow disabling GLTF1 and GLTF2 independently. 2020-07-05 19:22:31 +01:00
glTF2AssetWriter.inl Merge branch 'master' of https://github.com/LoicFr/assimp into LoicFr-master 2020-07-12 12:05:34 +02:00
glTF2Exporter.cpp Merge branch 'master' into gltf2_sparseAccessor_export 2020-07-11 22:57:31 +02:00
glTF2Exporter.h * Added ASSIMP_BUILD_NO_GLTF1_IMPORTER, ASSIMP_BUILD_NO_GLTF2_IMPORTER, ASSIMP_BUILD_NO_GLTF1_EXPORTER, and ASSIMP_BUILD_NO_GLTF2_EXPORTER to allow disabling GLTF1 and GLTF2 independently. 2020-07-05 19:22:31 +01:00
glTF2Importer.cpp glTF2: import correct animation values for CUBICSPLINE 2020-11-17 17:21:07 +01:00
glTF2Importer.h Move format importer and exporter into its won folder. 2020-05-02 15:14:38 +02:00