Chris Russ
|
05a6ee6473
Adding double precision import support for formats that can be exported
|
9 years ago |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
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 |
Léo Terziman
|
445ae1fec3
In collada: implemented all missing transparency features from standard (ie RGB_ZERO, RGB_ONE and A_ZERO)
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
Andy Maloney
|
c014bb977c
- add missing initialization of several class members
|
10 years ago |
Léo Terziman
|
5b9af11f9b
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 years ago |
abma
|
470ad98281
fix "headercheck":
|
10 years ago |
Léo Terziman
|
18ef31cc06
Merge remote-tracking branch 'official/master' into contrib
|
10 years ago |
DenisMikhalev
|
c410512173
Use material names, set default direction to UP_Y, process extra tag
|
10 years ago |
Léo Terziman
|
d9a2293491
Improved handling of transparency in collada importer
|
10 years ago |
Gargaj
|
d333e08343
add ambient light type, allow collada to load it
|
11 years ago |
Sherief Farouk
|
a6ddce7758
Added name member to Collada::Mesh.
|
12 years ago |
Alexander Gessler
|
b4f666083a
- collada: avoid unsafe float comparison against a magic number.
|
12 years ago |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 years ago |
aramis_acg
|
7f4cc4ca60
collada loader no longer sets default wrapping mode to MIRROR. See https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3714378
|
15 years ago |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
ulfjorensen
|
3e529ac1fc
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
15 years ago |
ulfjorensen
|
993ca25cdb
Bugfix: fixed rather stupid typo in Collada anim keyframe interpolation
|
15 years ago |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
15 years ago |
ulfjorensen
|
6d3c8b3bc7
Bugfix: Collada loader now translates bone names to proper node names so that users should be able to associate the correct nodes to bones, equal what addressing scheme was used in the Collada file
|
15 years ago |
aramis_acg
|
46809f0dfa
COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY.
|
15 years ago |
ulfjorensen
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
16 years ago |