kimmi
|
39ae26bfd8
bugfix : fix level 4 compiler warnings for Visual studio 2012.
|
13 жил өмнө |
aramis_acg
|
5a81b42ebe
- add mFileExtensions field to aiImporterDesc, BaseImporter::GetExtensionList is now longer virtual since this would be redundant.
|
13 жил өмнө |
aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
14 жил өмнө |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
14 жил өмнө |
aramis_acg
|
9d85c8834d
- extract MaterialHelper and move all of its members to aiMaterial in /include.
|
14 жил өмнө |
aramis_acg
|
9edc0a9b8e
merge with git://github.com/tonttu/assimp.git
|
14 жил өмнө |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 жил өмнө |
aramis_acg
|
0fc965da91
Rename strtolxxx family of functions, all functions returning unsigned integers now carry an 'u' in their name (this is for compatibility with Irrlicht's fast_atof see http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?p=243079#243079).
|
15 жил өмнө |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
16 жил өмнө |
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.
|
16 жил өмнө |
aramis_acg
|
5738860990
- Change BaseImporter::GetExtensionList to add all known file extensions to a std::set, so uniqueness is guaranteed. Also rewrite all related functions in Importer. NOTE: This does *not* change the public interface.
|
16 жил өмнө |
aramis_acg
|
c999f65a7d
FIX: SMDLoader was broken due to erroneous 'rt' in input stream construction.
|
16 жил өмнө |
aramis_acg
|
a251827cb9
Adding support for Unicode input files to most text file loaders (BVH and MD5 missing for now).
|
16 жил өмнө |
aramis_acg
|
4bbc03332b
General
|
17 жил өмнө |
aramis_acg
|
d41f570dc0
Added support for compressed x files (all files from dx sdk, except car2.x, work, no further tests yet).
|
17 жил өмнө |
aramis_acg
|
be864ce4a0
Added support for cones and cylinders to NFF (the code to generate these primitives is hosted in StandardShapes.cpp).
|
17 жил өмнө |
aramis_acg
|
f7aa836330
ASE: Added WIP support for *SMOOTHSKINMESH elements in ASE/ASC files. Fixes in the ASE loader. Fixed animation parsing. Temporary implementation of target lights and cameras, including animations.
|
17 жил өмнө |
aramis_acg
|
2da2835b29
Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now.
|
17 жил өмнө |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 жил өмнө |
aramis_acg
|
927cd1cd46
Added support for point and line primitives.
|
17 жил өмнө |
ulfjorensen
|
8925813026
- renamed "bone" anims and associated structures to generic "node" anims. Breaking change, sorry for that.
|
17 жил өмнө |
aramis_acg
|
8991496cf5
Fixes for build with mingw (no warnings in 32 Bit build, even with -wall).
|
17 жил өмнө |
aramis_acg
|
56563016b0
Added DXF implementation. No support for polymeshes yes, just 3DFACE elements are implemented.
|
17 жил өмнө |
aramis_acg
|
38d04b6796
MD5 bugfix.
|
17 жил өмнө |
aramis_acg
|
f13edd8acf
Fixes from Andrew Galante for build with gcc4. LWOB materials finished, some research for LWO2. Unit tests are working again. Added makefile and project workspace for xcode3 (from Andrew, too).
|
17 жил өмнө |
aramis_acg
|
6fe8c867e8
Refactoring ... added documentation, simplified some parts of the code and migrated some class declarations in separate files.
|
17 жил өмнө |
aramis_acg
|
028a543ddb
Update to the SMD loader.
|
17 жил өмнө |
aramis_acg
|
fc8a8b54f9
3DS bugfixes; ASE bugfix (newline), PLY revert to older version, SMD is working now (partially); homepage added to SVN
|
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 жил өмнө |