aramis_acg
|
4dbf539b44
- update license header. Update copyright year and unify naming: our name is 'assimp', not 'ASSIMP'.
|
13 anni fa |
aramis_acg
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 anni fa |
aramis_acg
|
2ecbf3f244
# PretransformVertices: fix crash during scene destruction if the resulting scene is empty
|
14 anni fa |
aramis_acg
|
32c8ca0a37
# PretransformVertices step now (re-)normalizes normals and tangents after applying transformations on them. See [https://sourceforge.net/projects/assimp/forums/forum/817653/topic/4378272?message=9501683].
|
14 anni fa |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 anni fa |
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 anni fa |
aramis_acg
|
a9ece90b81
FIX: Scons workspace was missing a reference to contrib/ConvertUTF.
|
15 anni fa |
aramis_acg
|
cc1ff304df
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
16 anni fa |
aramis_acg
|
4bbc03332b
General
|
16 anni fa |
aramis_acg
|
abe2d4834e
MD3
|
16 anni fa |
aramis_acg
|
0e9ff778c8
FIX: ptv transforms tangents and bitangents now corrrectly.
|
16 anni fa |
aramis_acg
|
4b4526953e
Changed some runtime asserts to boost::static_asserts.
|
16 anni fa |
aramis_acg
|
68ef00ef09
Fixed a bug in the SortByPType-step causing some models with bones to crash
|
16 anni fa |
aramis_acg
|
3d3b9719f8
Fixed third-person camera movement bug in the viewer.
|
17 anni fa |
aramis_acg
|
de476178cd
Added cast to unsigned long in PretransformVertices.cpp. Hopefully this fixes the compiler issues with GCC4 on linux.
|
17 anni fa |
aramis_acg
|
a34378934d
Fixed a minor problem with the vertex format hash in the PretransformVertices step. Remember, the step seems still to swizzle materials in some cases.
|
17 anni fa |
aramis_acg
|
094ed7b9c0
Added missing pointer to NULL assignment in PretransformVertices.
|
17 anni fa |
aramis_acg
|
2da2835b29
Fixed bug in the AC loader causing lines to load incorrectly. Seems to work now.
|
17 anni fa |
aramis_acg
|
1db46c242f
Added temporary boost workaround - some assimp features work with reduced functionality in this case.
|
17 anni fa |
aramis_acg
|
38d04b6796
MD5 bugfix.
|
17 anni fa |
aramis_acg
|
66e69ef6b2
Fixes for 64 bit builds
|
17 anni fa |
aramis_acg
|
69ed883ae0
ase/ask loader is quite stable now, loads most models correctly
|
17 anni fa |