This website requires JavaScript.
Explore
Help
Sign In
Scarfski
/
assimp
Watch
1
Star
0
Fork
0
You've already forked assimp
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f2e3e43fbcc44ad9f5238161118fff7aaeb992ff
assimp
/
code
/
AssetLib
/
glTF
History
Kim Kulling
fa486240d5
Merge branch 'master' into rbsheth_update_hunter
2020-07-17 11:39:55 +02:00
..
glTFAsset.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
glTFAsset.inl
ifdef fixes to fix MSVC warnings
2020-07-14 19:00:38 -04:00
glTFAssetWriter.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
glTFAssetWriter.inl
ifdef fixes to fix MSVC warnings
2020-07-14 19:00:38 -04:00
glTFCommon.cpp
Merge branch 'added_check_before_using' of
https://github.com/qarmin/assimp
into qarmin-added_check_before_using
2020-05-17 11:48:24 +02:00
glTFCommon.h
Added rapidjson define to avoid warnings in c++17
2020-06-06 14:33:41 +02:00
glTFExporter.cpp
…
glTFExporter.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
glTFImporter.cpp
Merge branch 'master' into rbsheth_update_hunter
2020-07-17 11:39:55 +02:00
glTFImporter.h
…