Eshed
|
a84bf869c2
replace more math.h functions occurences with std::
|
8 years ago |
Kim Kulling
|
20630e950a
Regression test suite: add ui for simpler text execution.
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
abma
|
c4997f16db
remove "register" keyword:
|
10 years ago |
Kim Kulling
|
c6b516b68b
bugfix: handling possible nullptr access.
|
11 years ago |
Kim Kulling
|
b3b732c12b
update: some micro improvements, replace post-increment operator with pre-increment operator.
|
11 years ago |
Kim Kulling
|
ec2b8dd3fa
bugfix:
|
11 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
|
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.
|
13 years ago |
aramis_acg
|
323b9d8400
# make source UV index for tangent space computation configurable via the AI_CONFIG_PP_CT_TEXTURE_CHANNEL_INDEX option.
|
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 |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
383a614931
Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete.
|
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 |
aramis_acg
|
9279513700
Optimized GenVertexNormal-Step.
|
17 years ago |
aramis_acg
|
ad4cc033d8
GenVertexNormal bugfix. Angle limit wasn't correct.
|
17 years ago |
aramis_acg
|
38d04b6796
MD5 bugfix.
|
17 years ago |
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.
|
17 years ago |
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 years ago |
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 years ago |
aramis_acg
|
6ad0892396
Small update to the ASE loader.
|
17 years ago |
aramis_acg
|
70f155e515
MakeVerbose moved to subdirectory
|
17 years ago |
aramis_acg
|
0d728ce17b
Minor changes to the logger (was necessary for the integration of jAssimp)
|
17 years ago |
aramis_acg
|
8c002e6998
Changed "Free" to "Open", Java build configs, port directory added, intellij idea5.1 project file added
|
17 years ago |