aramis_acg
|
687a4644d6
# fast_atof: fix comma handling.
|
13 năm trước cách đây |
aramis_acg
|
16b3d19f7f
# fast_atoreal_move: avoid floating-point casts. Compilers have trouble optimizing this.
|
13 năm trước cách đây |
aramis_acg
|
5716c4b007
- Set AI_FAST_ATOF_RELAVANT_DECIMALS to 15. This may cause regressions.
|
13 năm trước cách đây |
aramis_acg
|
c12fadc93b
- make fast_atof_move a template and rename it to fast_atoreal_move.
|
13 năm trước cách đây |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 năm trước cách đây |
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).
|
14 năm trước cách đây |
aramis_acg
|
74d9339274
- Change AI_FAST_ATOF_RELAVANT_DECIMALS to 10.
|
14 năm trước cách đây |
aramis_acg
|
4c1b5a532d
Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported.
|
15 năm trước cách đây |
kimmi
|
5c1804f3ad
- BUGFIX : Fixed compiler warning ( constant condition ).
|
16 năm trước cách đây |
aramis_acg
|
25088fd7da
FIX: IrrMesh lightmap scale factor is imported correctly now.
|
16 năm trước cách đây |
aramis_acg
|
acdbf77c6e
Fixing a rare bug when parsing floating-point numbers in exponent form. Thanks to zhao lei to point it out.
|
16 năm trước cách đây |
aramis_acg
|
4bbc03332b
General
|
16 năm trước cách đây |
aramis_acg
|
c865999420
Collada
|
16 năm trước cách đây |
ulfjorensen
|
85a487f6b8
- Bugfix: ColladaLoader node rotation was miscalculated
|
16 năm trước cách đây |
aramis_acg
|
383a614931
Fixed some minor issues in the AC loader. However, it still crashes with large and complicated models. Line handling is complete.
|
17 năm trước cách đây |
aramis_acg
|
2da2835b29
Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now.
|
17 năm trước cách đây |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 năm trước cách đây |
aramis_acg
|
9279513700
Optimized GenVertexNormal-Step.
|
17 năm trước cách đây |
aramis_acg
|
56563016b0
Added DXF implementation. No support for polymeshes yes, just 3DFACE elements are implemented.
|
17 năm trước cách đây |
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 năm trước cách đây |
aramis_acg
|
2f36cc5f5f
Added MD5 (md5mesh works, md5anim has not yet been tested) and STL. new unittests, although not yet complete (material system, normals). Bugfixes (GFn and MDL7). Added HMP5 support. Rewrote MD2 and MD3 to be more stable.
|
17 năm trước cách đây |
kimmi
|
b76f999cb7
Initiual commit: AssetImporter source moved from ZFXCE repository to its own repository. PLease do not use the ZFXCE repo any more.
|
17 năm trước cách đây |