Maki
|
6d13fd6aa2
Fix glTF vertex colors with types other than float
|
4 years ago |
Danny-Kint
|
07b59f539d
Merge branch 'master' into dev/gltf-KHR_materials
|
4 years ago |
Danny Kabrane
|
2b097c1e73
Add KHR_materials_transmission during import
|
4 years ago |
Danny Kabrane
|
f8c63d874b
support KHR_materials_clearcoat during import
|
4 years ago |
Danny Kabrane
|
0fdda99ea1
add underscore (MATERIAL_SHEEN instead of MATERIALSHEEN)
|
4 years ago |
Danny Kabrane
|
63b0a97369
import KHR_materials_sheen
|
4 years ago |
Max Vollmer
|
6ed1488e6e
* Improved error messages
|
4 years ago |
Kim Kulling
|
4590f06756
Merge branch 'master' into master
|
4 years ago |
Evangel
|
98e42e22b8
Added check around setting pScene->mName from asset.scene.
|
4 years ago |
Evangel
|
67abcb10ba
Added mName to aiScene. Primarily to provide access to the "name" member of glTF2 scenes.
|
4 years ago |
Inho Lee
|
e3083c21f0
glTF2: import correct animation values for CUBICSPLINE
|
4 years ago |
Inho Lee
|
8845d7eed3
Prevent to generate redundant morph targets for glTF2
|
4 years ago |
Inho Lee
|
ad7f8910e9
Rollback the method to handle empty bones for GLTF2
|
4 years ago |
Malcolm Tyrrell
|
b7c789da67
Stop concatenating std::strings. Use formatter.
|
5 years ago |
Kim Kulling
|
0f442b1ff2
Merge branch 'master' into gltfIndexOutOfRangeFix
|
5 years ago |
Malcolm Tyrrell
|
04df5f8b1e
Don't use make_unique
|
5 years ago |
Malcolm Tyrrell
|
e1bab44e19
Exception safety
|
5 years ago |
Malcolm Tyrrell
|
37e1fb9cd7
Fix message
|
5 years ago |
Malcolm Tyrrell
|
f3170a96ba
Ensure data does not depend on faces we may not have created.
|
5 years ago |
Malcolm Tyrrell
|
fff6396e3c
Rename to avoid overloading problems.
|
5 years ago |
Malcolm Tyrrell
|
212903e935
Unit test for all indices out of range, and fix.
|
5 years ago |
Malcolm Tyrrell
|
c0d978786e
Fix warning
|
5 years ago |
Malcolm Tyrrell
|
a56134ba33
Drop faces when indices are out of range.
|
5 years ago |
Max Vollmer
|
abf43eaf74
* 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.
|
5 years ago |
Evangel
|
6d85280c8d
Added bool, removed unused debug parameter
|
5 years ago |
Evangel
|
f6b4370f6a
Added arbitrary recursive metadata to allow for glTF2's extensions to be properly represented.
|
5 years ago |
kimkulling
|
f938a6b744
fix leak: just ignore broken texture coordinates.
|
5 years ago |
Paul Arden
|
9e46f9751f
Check for invalid texture coordinate accessor. Fixes #3269.
|
5 years ago |
Malcolm Tyrrell
|
2ffd1cb8db
nits
|
5 years ago |
Malcolm Tyrrell
|
bcca3a0d79
No need for bespoke macros
|
5 years ago |