aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
il y a 13 ans |
aramis_acg
|
ff705e6fa4
# Collada: allow empty meshes. Thanks to Mark Page for the patch (https://sourceforge.net/projects/assimp/forums/forum/817653/topic/4628297).
|
il y a 14 ans |
aramis_acg
|
73d109c7cc
# bugfix [3295074]: copy'n'paste bug in ReadSamplerProperties would cause y-axis sampler state to be assigned to the respective x values.
|
il y a 14 ans |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
il y a 14 ans |
aramis_acg
|
0fc965da91
Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079).
|
il y a 14 ans |
ulfjorensen
|
ec6ef9f145
Added a workaround to the Collada parser to handle certain XML tags which irrxml doesn't handle well. Corrected formatting on the way.
|
il y a 15 ans |
ulfjorensen
|
136ef7609d
Bugfix: removed unnecessary windows.h include from Quake3BSP loader
|
il y a 15 ans |
aramis_acg
|
dbcc1902ed
ColladaParser: skip over extra <camera>,<light>,<material>,.. chunks contained within <extra> blocks. Thanks to Juha Vesanen for the fix.
|
il y a 15 ans |
ulfjorensen
|
e3fffb7a52
- added some more empty element checks to Collada loader
|
il y a 15 ans |
ulfjorensen
|
2e909b35d8
Bugfix: Collada node instances are correctly loaded and resolved now.
|
il y a 15 ans |
ulfjorensen
|
219f9fadc6
Bugfix: removed misuse of "static" attribute preventing multithreaded usage of the importer
|
il y a 15 ans |
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
|
il y a 15 ans |
aramis_acg
|
9d978918d1
colladaloader now skips over empty data arrays.
|
il y a 15 ans |
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).
|
il y a 15 ans |
aramis_acg
|
367a452ed9
colladaloader: fix <extra> handling.
|
il y a 15 ans |
ulfjorensen
|
6e133a6cd9
- Fixed compilation for some targets
|
il y a 15 ans |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
il y a 15 ans |
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.
|
il y a 15 ans |
ulfjorensen
|
3e529ac1fc
Bugfix: Collada animation parser now handles multi-value data types correctly. Or at least I hope so.
|
il y a 15 ans |
ulfjorensen
|
993ca25cdb
Bugfix: fixed rather stupid typo in Collada anim keyframe interpolation
|
il y a 15 ans |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
il y a 15 ans |
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
|
il y a 15 ans |
aramis_acg
|
46809f0dfa
COLLADA: Add support for <reflectivity> elements. This maps to AI_MATKEY_REFLECTIVITY.
|
il y a 16 ans |
ulfjorensen
|
f85d7b63ef
- Bugfix: Collada parser did not skip unknown material properties correctly, leading to strange XML error messages
|
il y a 16 ans |
aramis_acg
|
1b8c8561fd
FIX: ColladaLoader now skips empty init_from-Tags produced by C4D's heroic Collada exporter.
|
il y a 16 ans |
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.
|
il y a 16 ans |
ulfjorensen
|
3f2fa97f18
- Bugfix: Collada-Loader now also reads animations containing multiple channels
|
il y a 16 ans |
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.
|
il y a 16 ans |
aramis_acg
|
897a7f7ae3
- Adding a collada test file with two UV channels.
|
il y a 16 ans |
aramis_acg
|
d6aacefa1e
- BUGFIX: ColladaLoader handles multiple UVs/VColors correctly now. Thanks to Ingrater to point it out.
|
il y a 16 ans |