Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
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 |
Turo Lamminen
|
0108d5b1f9
Fix read past end of buffer on malformed LWOB files
|
10 years ago |
abma
|
775b26e614
use std:: namespace for most cmath functions:
|
11 years ago |
acgessler
|
185f01963f
LWO: replace legacy reinterpret_cast based code by memcpy to solve Android SIGBUS problems due to unaligned accesses. Fixes #351
|
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
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
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.
|
15 years ago |
kimmi
|
e85bd7d5b9
- BUGFIX : Fix compiler warning ( not referenced parameter ).
|
16 years ago |
aramis_acg
|
48d768f15f
LWO
|
16 years ago |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
16 years ago |
aramis_acg
|
32342857d8
ASE and 3DS cleanup - face ordering improved.
|
16 years ago |
alil
|
ef3cd69ae6
worked on getting assimpl compiled on BE
|
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
|
3e46a0860e
Added vertex color support to the DXF loader, fixed a minor bugs. Coordinate system issue still unsolved.
|
17 years ago |
aramis_acg
|
9d167d20dc
LWO2 partial support, makefile fix.
|
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
|
af18307f95
Next WIP version of the LWO loader. LWO2 is still unfinished and crashes every time.
|
17 years ago |