Thomas Lemaire
|
5b76a31485
fix trivial warnings
|
il y a 8 ans |
Daniel Hritzkiv
|
3e8955faf5
Don’t ignore rgba(1,1,1,1) color properties
|
il y a 8 ans |
John Senneker
|
140b903d7a
Fix parsing of glTF version
|
il y a 8 ans |
John Senneker
|
19876e9822
Add support for importing both glTF and glTF2 files
|
il y a 8 ans |
Kim Kulling
|
a2b8d66a86
Update license info.
|
il y a 8 ans |
Kim Kulling
|
ef540f46a3
Remove unused headers.
|
il y a 8 ans |
Andy Maloney
|
0c7aac02eb
Fixes spelling in comments
|
il y a 8 ans |
Kim Kulling
|
b90669c45e
C++11: Replace std::to_string by assimp-specific implementation.
|
il y a 9 ans |
Alexandr Arutjunov
|
d97f00571e
[*] Not needed namespace.
|
il y a 9 ans |
Alexandr Arutjunov
|
ac1bcaa4cc
Merge branch 'master' of https://github.com/assimp/assimp into gltf_o3dgc
|
il y a 9 ans |
Kim Kulling
|
c6f670ff50
glTFImporter: avoid out-of-bounds-access.
|
il y a 9 ans |
Alexandr Arutjunov
|
48f8c117e2
[F] Conditional compilation for Open3DGC-extension.
|
il y a 9 ans |
Alexandr Arutjunov
|
0ad2f2247a
[+] glTF import/export. Support for Open3DGC-compression of mesh primitives.
|
il y a 9 ans |
Alexandr Arutjunov
|
a6ec0e4c7a
[*] Style. Intermediate commit.
|
il y a 9 ans |
Alexandr Arutjunov
|
29e982e185
[F] Fixed problem with more then one mesh in scene. More detaily read at line 529 in glTFAsset.inl.
|
il y a 9 ans |
Otger
|
159af06524
Fixed GLTF bugs, and added a few test models
|
il y a 9 ans |
Alexander Gessler
|
0b79d1ebda
Revert previous glTF fix (e5233283efa2b84a1bf) because it breaks ODR as pointed out by @turol, instead just make importer depend on the necessary definitions.
|
il y a 9 ans |
Otger
|
64f78e003f
Fixed crashes when files were not found, and fixed some warnings
|
il y a 9 ans |
Otger
|
d9b365eb90
Fixed a few GLTF importer/exporter bugs
|
il y a 9 ans |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
il y a 9 ans |
Kim Kulling
|
1191d03405
Update license info.
|
il y a 9 ans |
Kim Kulling
|
4e9ee4e406
coverity findings: add missing initialization.
|
il y a 9 ans |
Otger
|
d72443d6b0
Fixed gcc warnings and errors
|
il y a 10 ans |
Otger
|
4f757cdf5a
Implemented basic glTF exporter and improved the importer (plus some code refactor)
|
il y a 10 ans |
Otger
|
5942d60aea
Fixed gcc errors
|
il y a 10 ans |
Otger
|
526027999b
Merge
|
il y a 10 ans |
Otger
|
b307ec643d
Created exporter class and fixed a few bugs
|
il y a 10 ans |
Kim Kulling
|
502d9f17b6
glTF: add importer to registry and try to parse json.
|
il y a 10 ans |
Otger
|
148a20a703
Experimental support for glTF
|
il y a 10 ans |
Kim Kulling
|
db8845d2b2
glTF: add jsn reader + example model to work on.
|
il y a 10 ans |