aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 rokov pred |
kimmi
|
cb71e6f5f2
Bugfix : pcGroupTris isn't really const, removed const and const_cast ( merged from GitHub, thanks to Riku Palomäki ).
|
14 rokov pred |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 rokov pred |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 rokov pred |
aramis_acg
|
9f32504792
[3393728] [PATCH 2/2] renamed MDL::IntSplittedGroupData_MDL7 to MDL::IntSplitGroupData_MDL7
|
14 rokov pred |
aramis_acg
|
2ffac898d6
[3393728] [PATCH 1/2] ommit->omit and splitted->split
|
14 rokov pred |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 rokov pred |
aramis_acg
|
ca645a493c
MDL loader now checks for magic bytes even if the file extension is .mdl.
|
15 rokov pred |
aramis_acg
|
6a2a542986
Remove invalid character from string literal in code/MDLLoader.cpp (^2 actually).
|
16 rokov pred |
aramis_acg
|
906c45eeeb
Fix: qnan detection code. Appearently I fooled myself when I wrote this.
|
16 rokov pred |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
16 rokov pred |
aramis_acg
|
0fb732de91
Fix crash when trying to load MDL files produced by the half life engine. This sub format is actually not supported, but the attempt to reject it was a crash.
|
16 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.
|
16 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.
|
16 rokov pred |
aramis_acg
|
c2d8881549
General
|
17 rokov pred |
aramis_acg
|
4bbc03332b
General
|
17 rokov pred |
aramis_acg
|
4727ad6c6a
Fixed HMP typo.
|
17 rokov pred |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
17 rokov pred |
alil
|
6ee05b6238
a first version for mdl7 loading on BE is now working (still one warning of a missed uv index)
|
17 rokov pred |
alil
|
49b66d47dc
worked on be stuff for mdl loader
|
17 rokov pred |
alil
|
2888a1099e
fixed BE problems in MDLLoader MD1,3,5 (I think 1-6, but there are no test examples) now work on BE systems.
|
17 rokov pred |
alil
|
ef3cd69ae6
worked on getting assimpl compiled on BE
|
17 rokov pred |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 rokov pred |
aramis_acg
|
927cd1cd46
Added support for point and line primitives.
|
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 |
aramis_acg
|
38d04b6796
MD5 bugfix.
|
17 rokov pred |
aramis_acg
|
6f49c4518c
Added first working version of a MDC loader; no further features like compressed frames tested at the moment. Added config options for keyframe loading, this has been tested with MDL7 only (atm). Some refactoring, a few files are much cleaner and smaller now. RemoveRedundantMats step does now remove unreferenced materials.
|
17 rokov pred |
aramis_acg
|
2f36cc5f5f
Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable.
|
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 |