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 |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 years ago |
Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 years ago |
Paul Holland
|
f20a5afcf0
can't add integer to string pointer
|
9 years ago |
Trond Abusdal
|
ccd9f92533
Fixed a couple of nested template brackets that wasn't spaced out correctly.
|
9 years ago |
Trond Abusdal
|
7e58a47ba0
* Combining single-channel animations like the previous code did, except now it has been deferred until after all nodes have been read. This makes the regression tests pass for a database created before these code changes.
|
9 years ago |
Trond Abusdal
|
c34717639e
Collada: Importer generates animations from <library_animation_clips>, if the node is present.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Alexander Gessler
|
5847576f41
Merge pull request #703 from terziman/master
|
9 years ago |
Joe Hermaszewski
|
210764a6ff
Correct spelling
|
9 years ago |
Kim Kulling
|
35fafe3a6f
ColladaParser: use initializer lists again.
|
9 years ago |
Kim Kulling
|
b694bfd021
fix build
|
9 years ago |
Léo Terziman
|
6eebf8455a
Merge remote-tracking branch 'official/master' into contrib
|
9 years ago |
Léo Terziman
|
445ae1fec3
In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO)
|
9 years ago |
Kim Kulling
|
0a6788d56f
try to fix build.
|
9 years ago |
Kim Kulling
|
6641188a8e
assimp/issues/702: fix resource leak and use initializer list for all
|
9 years ago |
Danke Xie
|
24b68b1e3d
Support instance_image in Collada 1.5 files
|
9 years ago |
Gargaj
|
9885c3e551
add opencollada extension
|
10 years ago |
Wil Shipley
|
7a7a496320
- Add include of stdarg, because apparently that's needed to build of Github server with Travis.
|
10 years ago |
Wil Shipley
|
8b7fa48d27
- Merge in latest from assimp/assimp on GitHub (5c00aef7cd8ab6b7f86c8297958a630f9459dc53)
|
10 years ago |