Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 年之前 |
Kim Kulling
|
1191d03405
Update license info.
|
10 年之前 |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 年之前 |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 年之前 |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 年之前 |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 年之前 |
Kim Kulling
|
392730be07
bugfix: export processes for unittests.
|
11 年之前 |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 年之前 |
aramis_acg
|
3d00f36faf
# fix unit tests, although static linkage to Assimp is a requirement or symbols will be missing. This involves declaring some members of certain pp step classes public to give the tests access to them. Those are harmless and completely safe to use from outside, though.
|
14 年之前 |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 年之前 |
aramis_acg
|
665f73861e
- move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
|
14 年之前 |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
16 年之前 |
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 年之前 |
aramis_acg
|
6fe8c867e8
Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files.
|
17 年之前 |
aramis_acg
|
c1b6f29854
Added cppunit to the ./contrib dir. Build config for x64 and dll builds (some bugs remaining, but most configs are working)
|
17 年之前 |
aramis_acg
|
e8511e89ff
Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors.
|
17 年之前 |
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 年之前 |
ulfjorensen
|
492aa8358b
- added a post processing step to limit the bone count per vertex
|
17 年之前 |