kimkulling
|
b6f29bf54f
Add usage of log macros, next files.
|
7 years ago |
kimkulling
|
066349f36b
Add usage of log macros.
|
7 years ago |
Arkeon
|
f235646030
Correction on Collada parser missing textures when the image is in CDATA
|
7 years ago |
Sergey Gonchar
|
2d980c16f0
Support Maya 2018 Collada Export with blendshapes and bones controllers for a mesh
|
7 years ago |
Kim Kulling
|
b049933d2f
update license dates.
|
7 years ago |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
7 years ago |
Unknown
|
12dbbd4ce9
Misc. typos
|
7 years ago |
Thomas Lemaire
|
5b76a31485
fix trivial warnings
|
7 years ago |
Tammo Hinrichs
|
92beee9924
Collada importer: Add support for line strip primitives
|
8 years ago |
Kim Kulling
|
e66dc5c9ad
Collada: add workaround to deal with polygon with holes .
|
8 years ago |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 years ago |
Alexander Gessler
|
28a78ca460
Merge pull request #1156 from elect86/patch-7
|
8 years ago |
Alexander Gessler
|
16c50df071
Merge pull request #1154 from Kvalme/master
|
8 years ago |
Giuseppe Barbieri
|
ca47232101
Update ColladaParser.cpp
|
8 years ago |
Giuseppe Barbieri
|
c3c637be37
Update ColladaParser.cpp
|
8 years ago |
Denis Biryukov
|
36e53b75fa
Issue#1084 - Fix collada export. Don't duplicate TEXCOORD/NORMALS/COLORS in <vertices> and <polylist>
|
8 years ago |
Giuseppe Barbieri
|
0434f5a5ff
Update ColladaParser.cpp
|
8 years ago |
Giuseppe Barbieri
|
85e2788e50
Update ColladaParser.cpp
|
8 years ago |
Antti Määttä
|
9621dff027
Morph animation support for collada
|
8 years ago |
Andy Maloney
|
0c7aac02eb
Fixes spelling in comments
|
8 years ago |
Jared Mulconry
|
98e7eb476d
Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix
|
8 years ago |
Kim Kulling
|
d87400b76a
Fix some findings in animation header.
|
8 years ago |
Jared Mulconry
|
3b63e4af54
Fixed build warnings on MSVC14 x64 in the Collada parser.
|
8 years ago |
Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
8 years ago |
Kim Kulling
|
5cb4df80ad
C++11-combat: hopefully the last std::to_string to replace.
|
8 years ago |
Chris Russ
|
05a6ee6473
Adding double precision import support for formats that can be exported
|
9 years ago |
Kim Kulling
|
0a1dda22b2
ColladaParser: add warning when empty semantic will be parsed.
|
9 years ago |
Kim Kulling
|
8fa0071d16
closes https://github.com/assimp/assimp/issues/892: add own to_string
|
9 years ago |
mensinda
|
b37e25cd7d
Replaced boost::format with internal formater
|
9 years ago |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |