aramis_acg
|
94767ecf8c
Merge https://github.com/tonttu/assimp
|
14 rokov pred |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 rokov pred |
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 rokov pred |
aramis_acg
|
e2daf37a39
- Fix http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3591099.
|
15 rokov pred |
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.
|
15 rokov pred |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
15 rokov pred |
aramis_acg
|
35cfb90e6f
BREAKING CHANGE: aiQuaternion + / aiQuaternion to aiMatrix conversion does now conform to the 'usual' quaternion conventions. See the discussion at https://sourceforge.net/projects/assimp/forums/forum/817653/topic/3442128 for all the details.
|
16 rokov pred |
aramis_acg
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
16 rokov pred |
aramis_acg
|
29c33760e4
Triangulation:
|
16 rokov pred |
aramis_acg
|
c2d8881549
General
|
16 rokov pred |
aramis_acg
|
4bbc03332b
General
|
16 rokov pred |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 rokov pred |
aramis_acg
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
17 rokov pred |
ulfjorensen
|
342ea0188a
- Bugfix: handling of XFile vertex colors is more forgiving now
|
17 rokov pred |
ulfjorensen
|
195d9a9cb1
- Bugfix: XFileLoader does not generate dummy bone arrays anymore. Had screwed HasBones()-Test in the viewer, making bone-less objects vanish from view
|
17 rokov pred |
ulfjorensen
|
c128705de9
- beginning of BVH loader, to continue working at home. Not usable, yet.
|
17 rokov pred |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 rokov pred |
ulfjorensen
|
8925813026
- renamed "bone" anims and associated structures to generic "node" anims. Breaking change, sorry for that.
|
17 rokov pred |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 rokov pred |
ulfjorensen
|
b17a5e3b69
- Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import
|
17 rokov pred |
aramis_acg
|
b422d4e303
Finished loading of MD2, MD3, MDL2, MDL3, MDL4, MDL5, MDL7, MDL. First WIP version of the SMD loader. Additionals checks added to the validation step.
|
17 rokov pred |
aramis_acg
|
66e69ef6b2
Fixes for 64 bit builds
|
17 rokov pred |
aramis_acg
|
0d728ce17b
Minor changes to the logger (was necessary for the integration of jAssimp)
|
17 rokov pred |
aramis_acg
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
17 rokov pred |
aramis_acg
|
2eb6fca408
- Major update to the viewer. A little bit buggy now, but I'll fix that
|
17 rokov pred |
ulfjorensen
|
47d16d33b4
- Bugfix: XFileImporter now throws an error if the file is ill-formatted and thus perceived as empty
|
17 rokov pred |
aramis_acg
|
db9c5fef2b
- ASE loader alpha
|
17 rokov pred |
kimmi
|
b76f999cb7
Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more.
|
17 rokov pred |