aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 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
|
e52a49a990
Fix [3472310] Unnecessary output in LWOImporter
|
13 years ago |
aramis_acg
|
5957e9996b
merge https://github.com/gellule/assimp.git
|
13 years ago |
aramis_acg
|
052ad0e3de
# LWO: set layer skip parameter, thanks to gellule for the patch [https://sourceforge.net/projects/assimp/forums/forum/817654/topic/4853762]
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 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
|
85cd9be46d
# some fixes to reduce the size of the binary. Total savings are ~3%. Thanks to Krishty for his efforts in that regard.
|
14 years ago |
aramis_acg
|
58ce3ee879
# fix potential LWO crashbug related to UV processing [http://sourceforge.net/projects/assimp/forums/forum/817653/topic/4070109]
|
14 years ago |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
adario
|
ef71f3dba7
Fixed a polygon type issue in the LWOLoader.
|
15 years ago |
aramis_acg
|
255e68aafc
Fix unterminated buffer in a certain error messahe produced by the LWO loader.
|
15 years ago |
aramis_acg
|
50264941dd
[2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634
|
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 |
aramis_acg
|
4f6d81a29b
- Clarify documentation for Importer::GetOrphanedScene.
|
15 years ago |
aramis_acg
|
a677cdd1c0
LWO: Improving handling of VMAD chunks to process multiple discontinous UV's correctly.
|
16 years ago |
aramis_acg
|
bd196ea318
- Changing LWO loader's VMAP selection strategy. Unassigned VMAPs (UVs and VColors) are now kept, if possible. Referenced VMAPs have higher priority so everything should be backward compatible.
|
16 years ago |
aramis_acg
|
29c33760e4
Triangulation:
|
16 years ago |
aramis_acg
|
48d768f15f
LWO
|
16 years ago |
aramis_acg
|
c2d8881549
General
|
16 years ago |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
abe2d4834e
MD3
|
16 years ago |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 years ago |
aramis_acg
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
16 years ago |
aramis_acg
|
f7aa836330
ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations.
|
17 years ago |
aramis_acg
|
7c50899481
Fixed 3DS, ASE, MD3 and Q3D orientation after Schrompf' recent changes to the RH-LH conversion.
|
17 years ago |
alil
|
ef3cd69ae6
worked on getting assimpl compiled on BE
|
17 years ago |
aramis_acg
|
3d3b9719f8
Fixed third-person camera movement bug in the viewer.
|
17 years ago |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 years ago |
aramis_acg
|
927cd1cd46
Added support for point and line primitives.
|
17 years ago |