Jared Mulconry
|
f81e28f320
Fixed build warnings on MSVC14 x64 in the pre-transform vertices post-process.
|
8 years ago |
Kim Kulling
|
02e038bbb6
Fix compiler warnings related to issue 957.
|
8 years ago |
Chris Russ
|
fa1d6d8c55
propagating precision requirments into operations
|
9 years ago |
Chris Russ
|
5adb0e899c
CMake Option and moving more functions to optional double support
|
9 years ago |
ciechowoj
|
25d84a6aff
Adds support for area lights.
|
9 years ago |
Kim Kulling
|
d43a083dc1
snprintf replacement: fix usage of ai_snprintf when snprintf is available.
|
9 years ago |
Kim Kulling
|
6bfdeb6a12
sprintf replacement: introduce au_snprintf to support snprintf for v2013
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 years ago |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 years ago |
Richard
|
4c1a0507fe
Refactor: Line endings are LF, not CRLF
|
10 years ago |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
rob100
|
b8c12fdc6f
CodeQuality improvements
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Léo Terziman
|
f54c85d4e6
Added custom root transformation for pre-transform vertices post-process step
|
11 years ago |
Léo Terziman
|
586f1646c5
In Assimp: fixed a bug in Pretransform Vertices post process step where newly created meshes of different instances of the same original meshes where not referenced appropriately by their parent node
|
11 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
|
6f30639d7f
- refraing from using magic numbers like 0xffffffff all over the repository, rather use UINT_MAX/SIZE_MAX ..
|
14 years ago |
aramis_acg
|
2ecbf3f244
# PretransformVertices: fix crash during scene destruction if the resulting scene is empty
|
14 years ago |
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 years ago |
aramis_acg
|
7cea2eb497
Change date in license header to 2006-2010. This involves updating quite a few files, sorry.
|
15 years ago |
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 years ago |
aramis_acg
|
a9ece90b81
FIX: Scons workspace was missing a reference to contrib/ConvertUTF.
|
15 years ago |
aramis_acg
|
cc1ff304df
FEATURE: Adding format auto-detection to OBJ loader basing on some distinct keywords.
|
16 years ago |
aramis_acg
|
4bbc03332b
General
|
16 years ago |
aramis_acg
|
abe2d4834e
MD3
|
16 years ago |
aramis_acg
|
0e9ff778c8
FIX: ptv transforms tangents and bitangents now corrrectly.
|
16 years ago |
aramis_acg
|
4b4526953e
Changed some runtime asserts to boost::static_asserts.
|
16 years ago |
aramis_acg
|
68ef00ef09
Fixed a bug in the SortByPType-step causing some models with bones to crash
|
16 years ago |
aramis_acg
|
3d3b9719f8
Fixed third-person camera movement bug in the viewer.
|
17 years ago |