aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 years ago |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 years ago |
aramis_acg
|
2b9ad081e0
- CHANGE vertex count and texture channel count limits to 8. Adapt all parts of the code which depended on both of them being set to 4. Test suite passes.
|
14 years ago |
aramis_acg
|
e5aad11944
Introduce limits for vertices, faces (per mesh), face indices (per face) and weights (per bone).
|
15 years ago |
aramis_acg
|
a9fd02c14e
JoinIdenticalVertices: Performance optimizations by Krishty („Fuck the System”). Yields a 9x speedup in first benchmarks with meshes > 2k triangles.
|
15 years ago |
aramis_acg
|
261f49c468
Add mName member to aiMesh.
|
15 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
|
2e3fee99f0
ADD Vertex utility class to simplify conversion from and to interleaved vertices.
|
15 years ago |
ulfjorensen
|
12070a1d52
Bugfix: made various internal structures namespace-local to avoid strange linker issues in case of name conflict
|
16 years ago |
aramis_acg
|
9abcba4bc2
Integrating aiProcess_OptimizeGraph and aiProcess_OptimizeMeshes back into the Assimp core. They're stable enough now.
|
16 years ago |
aramis_acg
|
de50bb915b
MD5
|
16 years ago |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
4b4526953e
Changed some runtime asserts to boost::static_asserts.
|
16 years ago |
aramis_acg
|
2da2835b29
Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now.
|
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
|
9279513700
Optimized GenVertexNormal-Step.
|
17 years ago |
aramis_acg
|
c9c2810e3c
Fixes for some warnings in the gcc4 linux 64 build.
|
17 years ago |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 years ago |
aramis_acg
|
8aa56a62c2
Bufixes to the ASE loader, added "RemoveRedundantMaterials"-Step. Rewrite debug output.
|
17 years ago |
aramis_acg
|
e8511e89ff
Added "ImproveCacheLocality"-Step; Added Unit tests (3 at the moment); Fixed hp spelling errors.
|
17 years ago |
aramis_acg
|
66e69ef6b2
Fixes for 64 bit builds
|
17 years ago |
aramis_acg
|
70f155e515
MakeVerbose moved to subdirectory
|
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 |
aramis_acg
|
2eb6fca408
- Major update to the viewer. A little bit buggy now, but I'll fix that
|
17 years ago |
aramis_acg
|
db9c5fef2b
- ASE loader alpha
|
17 years ago |
kimmi
|
b76f999cb7
Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more.
|
17 years ago |