ulfjorensen
|
2e909b35d8
Bugfix: Collada node instances are correctly loaded and resolved now.
|
15 years ago |
ulfjorensen
|
219f9fadc6
Bugfix: removed misuse of "static" attribute preventing multithreaded usage of the importer
|
15 years ago |
aramis_acg
|
31ff5d27eb
fix: colladaloader is now a bit more tolerant to empty top-level (library) elements. See https://sourceforge.net/tracker/index.php?func=detail&aid=3008871&group_id=226462&atid=1067632
|
15 years ago |
aramis_acg
|
9d978918d1
colladaloader now skips over empty data arrays.
|
15 years ago |
aramis_acg
|
cd301ff090
collada loader now longer fails if the accessor type attribute comes before the accessor name. Thanks to Christopher Dissauer to point it out (http://sourceforge.net/projects/assimp/forums/forum/817653/topic/3716168).
|
15 years ago |
aramis_acg
|
367a452ed9
colladaloader: fix <extra> handling.
|
15 years ago |
ulfjorensen
|
6e133a6cd9
- Fixed compilation for some targets
|
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 |
aramis_acg
|
762a7df46a
Revamp exception handling. ImportErrorException renamed to DeadlyImportError to avoid silent regressions. Exceptions now thrown by value, and caught by reference. Put guards in all C++ and C API functions to avoid unwanted exception propagation across module and language boundaries.
|
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
|
f85d7b63ef
- Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages
|
15 years ago |
aramis_acg
|
1b8c8561fd
FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter.
|
16 years ago |
aramis_acg
|
1452a7a83d
FIX: ColladaLoader now ignores missing 'meter' attribute in Collada files produced by C4D. Adding a c4ddae test file. Thanks to Tobias Rittig to point it out.
|
16 years ago |
ulfjorensen
|
3f2fa97f18
- Bugfix: Collada-Loader now also reads animations containing multiple channels
|
16 years ago |
ulfjorensen
|
fe58fa6603
- Bugfix: Collada loader now loads meshes with mixed textured / non-textured parts correctly. At least I hope so, the example files load fine now.
|
16 years ago |
aramis_acg
|
897a7f7ae3
- Adding a collada test file with two UV channels.
|
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
|
87ee56efd3
- Bugfix: BikeFromXSI.dae loads again.
|
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
|
4bbc03332b
General
|
16 years ago |
ulfjorensen
|
732884e2f4
- Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System
|
16 years ago |
aramis_acg
|
c865999420
Collada
|
16 years ago |
aramis_acg
|
af87633c9f
Fixes to make gcc happy.
|
16 years ago |