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 година |