ulfjorensen
|
2a580c5518
- fixed/changed/worked on issue 3580054 - XFile materials don't have ambient colours, but emissive
|
12 éve |
aramis_acg
|
ec6c62e005
- consistent use of ai_assert instead of assert.
|
13 éve |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 éve |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 éve |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 éve |
aramis_acg
|
94767ecf8c
Merge https://github.com/tonttu/assimp
|
14 éve |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 éve |
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 éve |
aramis_acg
|
e2daf37a39
- Fix http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3591099.
|
15 éve |
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 éve |
aramis_acg
|
17326515d4
Get rid of warnings on GCC4.4 with -wall
|
15 éve |
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.
|
15 éve |
aramis_acg
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
16 éve |
aramis_acg
|
29c33760e4
Triangulation:
|
16 éve |
aramis_acg
|
c2d8881549
General
|
16 éve |
aramis_acg
|
4bbc03332b
General
|
16 éve |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 éve |
aramis_acg
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
16 éve |
ulfjorensen
|
342ea0188a
- Bugfix: handling of XFile vertex colors is more forgiving now
|
16 éve |
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 éve |
ulfjorensen
|
c128705de9
- beginning of BVH loader, to continue working at home. Not usable, yet.
|
17 éve |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 éve |
ulfjorensen
|
8925813026
- renamed "bone" anims and associated structures to generic "node" anims. Breaking change, sorry for that.
|
17 éve |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 éve |
ulfjorensen
|
b17a5e3b69
- Bugfix: XFileParser handles vertex colors correctly now. Fixes exception in sheep.x import
|
17 éve |
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 éve |
aramis_acg
|
66e69ef6b2
Fixes for 64 bit builds
|
17 éve |
aramis_acg
|
0d728ce17b
Minor changes to the logger (was necessary for the integration of jAssimp)
|
17 éve |
aramis_acg
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
17 éve |
aramis_acg
|
2eb6fca408
- Major update to the viewer. A little bit buggy now, but I'll fix that
|
17 éve |