aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
před 15 roky |
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.
|
před 15 roky |
aramis_acg
|
5738860990
- Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
|
před 15 roky |
ulfjorensen
|
3e529ac1fc
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
před 15 roky |
ulfjorensen
|
993ca25cdb
Bugfix: fixed rather stupid typo in Collada anim keyframe interpolation
|
před 15 roky |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
před 15 roky |
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
|
před 15 roky |
aramis_acg
|
46809f0dfa
COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY.
|
před 16 roky |
aramis_acg
|
1b8c8561fd
FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter.
|
před 16 roky |
ulfjorensen
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
před 16 roky |
ulfjorensen
|
98e53f976e
- Bugfix: IrrXML loader ignores trailing whitespace on closing tags now
|
před 16 roky |
ulfjorensen
|
3f2fa97f18
- Bugfix: Collada-Loader now also reads animations containing multiple channels
|
před 16 roky |
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.
|
před 16 roky |
aramis_acg
|
d6aacefa1e
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
před 16 roky |
kimmi
|
9dfe7764b2
- Fix a compiler warning ( double to float ).
|
před 16 roky |
aramis_acg
|
0c762117b8
ColladaLoader does now load transparency. hacky, but it could work.
|
před 16 roky |
aramis_acg
|
f3324da6ea
ColladaLoader does now utilize SkeletonMeshBuilder to build animated meshes for animation skeletons.
|
před 16 roky |
ulfjorensen
|
e471b966c5
- Collada loader now supports node animations
|
před 16 roky |
aramis_acg
|
29c33760e4
Triangulation:
|
před 16 roky |
ulfjorensen
|
c89944b2af
- Collada loader now loads bones
|
před 16 roky |
ulfjorensen
|
74204086ae
- Collada loader now also loads skinned meshes, although still as static meshes. Preparation step, more to come.
|
před 16 roky |
ulfjorensen
|
68d7e43056
Bugfix: Collada loader now reads scenes with translucent materials correctly again.
|
před 16 roky |
ulfjorensen
|
f57ef267bd
Bugfix: Collada loader now produces correct UP direction again.
|
před 16 roky |
aramis_acg
|
4bbc03332b
General
|
před 16 roky |
ulfjorensen
|
732884e2f4
- Bugfix: ColladaParser now properly tunnels XML reading through the Assimp IO System
|
před 16 roky |
aramis_acg
|
fd9769eae6
MD2
|
před 16 roky |
aramis_acg
|
c865999420
Collada
|
před 16 roky |
aramis_acg
|
af87633c9f
Fixes to make gcc happy.
|
před 16 roky |
aramis_acg
|
7678b8e1be
Collada
|
před 16 roky |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
před 16 roky |