Kim Kulling
|
a2b8d66a86
Update license info.
|
před 8 roky |
Eshed
|
a84bf869c2
replace more math.h functions occurences with std::
|
před 9 roky |
Kim Kulling
|
20630e950a
Regression test suite: add ui for simpler text execution.
|
před 9 roky |
Kim Kulling
|
1191d03405
Update license info.
|
před 9 roky |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
před 10 roky |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
před 10 roky |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
před 10 roky |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
před 10 roky |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
před 10 roky |
abma
|
c4997f16db
remove "register" keyword:
|
před 10 roky |
Kim Kulling
|
c6b516b68b
bugfix: handling possible nullptr access.
|
před 11 roky |
Kim Kulling
|
b3b732c12b
update: some micro improvements, replace post-increment operator with pre-increment operator.
|
před 11 roky |
Kim Kulling
|
ec2b8dd3fa
bugfix:
|
před 11 roky |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
před 13 roky |
aramis_acg
|
ea3f655c57
- templatize math library. All standard math classes (i.e. aiMatrix4x4) have been replaced by templates which are usually named like the old type with a 't' postfix. For compatibility, typedefs to replace the old types exist. For the C interface, these still map to raw structures.
|
před 13 roky |
aramis_acg
|
323b9d8400
# make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option.
|
před 14 roky |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
před 15 roky |
aramis_acg
|
4bbc03332b
General
|
před 16 roky |
aramis_acg
|
383a614931
Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete.
|
před 17 roky |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
před 17 roky |
aramis_acg
|
927cd1cd46
Added support for point and line primitives.
|
před 17 roky |
aramis_acg
|
9279513700
Optimized GenVertexNormal-Step.
|
před 17 roky |
aramis_acg
|
ad4cc033d8
GenVertexNormal bugfix. Angle limit wasn't correct.
|
před 17 roky |
aramis_acg
|
38d04b6796
MD5 bugfix.
|
před 17 roky |
aramis_acg
|
0148d06678
LWOB loader nearly finished, LWO2 is WIP (many hours with the hex editor to come ...). Added test models for LWOB. Cleaned up the 3DS loader, overloaded ASSIMP_stricmp for std::string.
|
před 17 roky |
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.
|
před 17 roky |
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.
|
před 17 roky |
aramis_acg
|
6ad0892396
Small update to the ASE loader.
|
před 17 roky |
aramis_acg
|
70f155e515
MakeVerbose moved to subdirectory
|
před 17 roky |
aramis_acg
|
0d728ce17b
Minor changes to the logger (was necessary for the integration of jAssimp)
|
před 17 roky |