aramis_acg
|
e479355d0a
+ add aiImporterDesc API to hold importer meta information.
|
13 years ago |
aramis_acg
|
6fa251c2f2
- unify naming of all header files. Obviously, this is a breaking change that affects all users.
|
13 years ago |
aramis_acg
|
075b1acaf0
- move include/ to include/assimp/ to have consistent header locations between installed and trunk version.
|
13 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
|
34089b4596
# include <memory> for auto_ptr [3445528]
|
13 years ago |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 years ago |
aramis_acg
|
665f73861e
- move importer and postprocessing step construction chain to separate files to make them available to the exporter part.
|
14 years ago |
aramis_acg
|
b9f14beb76
- IFC: use boost::make_shared to cut the number of allocations by 50%.
|
14 years ago |
aramis_acg
|
e400dc46ef
# fix gcc compile errors
|
14 years ago |
aramis_acg
|
94f8e5fdb0
# fix compile error with gcc due to <limits.h> not being included
|
14 years ago |
ulfjorensen
|
0d5ac4725a
Adapted included to allow compiling with Visual Studio 2010
|
14 years ago |
aramis_acg
|
553b3567c8
- work on export API prototype, now relies on IOStreams.
|
14 years ago |
ulfjorensen
|
ae23c03bd9
First proposal of the Assimp export API. Please comment.
|
14 years ago |
ulfjorensen
|
f601309db5
- anonym XFile materials are named now, to prevent them from being merged somehow
|
15 years ago |
aramis_acg
|
32bfa9ac21
Add WIP version of the BLENDER importer. DO NOT USE FOR PRODUCTION YET!
|
15 years ago |
aramis_acg
|
c224dfaf81
[2994288] AI_BE / AI_LE macros - Thanks to mick-p for the patch.
|
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 |
klickverbot
|
ac8479f542
Moved private headers to code/ as discussed; removed boost::random workaround which was no longer needed; CMake cleanup part two (Boost detection, …).
|
15 years ago |
aramis_acg
|
a4d7871096
[2805689] GCC 4.4 compatibility.
|
16 years ago |
aramis_acg
|
fcc6455447
Removing stdint.h dependency from the public API to avoid conflicts with other libraries.
|
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
|
7dabd7cd72
Enabled 'fast' STL for vc9. secure_stl=0 && iterator_debugging=0.
|
16 years ago |
aramis_acg
|
3d5eae6be5
Moved some defines into the core, away from the public stuff.
|
16 years ago |
aramis_acg
|
58eb786d62
Major API cleanup. Unified formatting & doxygen tags in the public API.
|
16 years ago |
ulfjorensen
|
917db45b3c
- further Collada work: materials are now loaded from profile_COMMON, meshes are properly split up at material borders
|
16 years ago |
aramis_acg
|
9b53b2aa1a
FIX: 3DS loader skips TCB keys correctly now.
|
16 years ago |
aramis_acg
|
94d289d1a3
Updated boost workaround. Added -noboost build config to VC8.
|
16 years ago |
aramis_acg
|
be864ce4a0
Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp).
|
16 years ago |
aramis_acg
|
fd9e6edc19
Further work on the IRR, AC, LWS loaders. Further work on the - still unfinished - OptimizeGraph step. SceneCombiner works now properly in all cases I tested yet.
|
16 years ago |