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 |
aramis_acg
|
d6aacefa1e
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
16 years ago |
aramis_acg
|
0c762117b8
ColladaLoader does now load transparency. hacky, but it could work.
|
16 years ago |
ulfjorensen
|
e471b966c5
- Collada loader now supports node animations
|
16 years ago |
ulfjorensen
|
c89944b2af
- Collada loader now loads bones
|
16 years ago |
ulfjorensen
|
74204086ae
- Collada loader now also loads skinned meshes, although still as static meshes. Preparation step, more to come.
|
16 years ago |
aramis_acg
|
0023010840
[ 2672224 ] Patch To get gcc to compile assimp under Linux
|
16 years ago |
aramis_acg
|
c865999420
Collada
|
16 years ago |
aramis_acg
|
7678b8e1be
Collada
|
16 years ago |
ulfjorensen
|
917db45b3c
- further Collada work: materials are now loaded from profile_COMMON, meshes are properly split up at material borders
|
16 years ago |
ulfjorensen
|
5639220859
- corrected example code in the documentation. Thanks to Ingrater to point it out.
|
16 years ago |
ulfjorensen
|
85a487f6b8
- Bugfix: ColladaLoader node rotation was miscalculated
|
16 years ago |