Kim Kulling
|
ae41ae3211
closes https://github.com/assimp/assimp/issues/305': fix viewer
|
6 lat temu |
kimkulling
|
a06133ab52
Update copyrights.
|
6 lat temu |
Kim Kulling
|
b049933d2f
update license dates.
|
7 lat temu |
kim kulling
|
88a0bb1b6d
FBX: store UnitScaleFactor for fbx-files.
|
7 lat temu |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
7 lat temu |
rickomax
|
4623c2f14c
FBX Embedding Fix
|
7 lat temu |
Jared Mulconry
|
341222697a
Address warnings on Clang 3.9 caused by having a static data member in a class template.
|
8 lat temu |
rickomax
|
c86013b08d
Fixed many FBX bugs
|
8 lat temu |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 lat temu |
Kim Kulling
|
ef540f46a3
Remove unused headers.
|
8 lat temu |
Kim Kulling
|
dcfc696e86
FBX: woraround for issue 1089.
|
8 lat temu |
Jared Mulconry
|
2ac9b0ce45
Fixed build warnings on MSVC14 x64 in the FBX format sources.
|
9 lat temu |
Kim Kulling
|
7207e5117c
Use new include bracktes.
|
9 lat temu |
mensinda
|
cc0fce8568
Replaced boost::timer with std::chrono
|
9 lat temu |
mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 lat temu |
Kim Kulling
|
53370d0d31
FBXImporter: some refactorings to increase readability.
|
9 lat temu |
Kim Kulling
|
3079b90622
Importer: when the right importer was found log this info.
|
9 lat temu |
Kim Kulling
|
1191d03405
Update license info.
|
9 lat temu |
Otger
|
f94bc8d66e
Initial support for FBX embedded textures
|
10 lat temu |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 lat temu |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 lat temu |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 lat temu |
Marvin Pohl
|
ff145bfac5
Removed unused variable
|
10 lat temu |
Marvin Pohl
|
927c9cb3ce
Fixes random crash when loading fbx files
|
10 lat temu |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 lat temu |
Kim Kulling
|
487c9449d2
bugfix: search for token checks for the given tokenlist against the lowercased info coming from the asset file. So we also have to used a lowercased token. Thanks to Robinson for the report.
|
11 lat temu |
Alexander Gessler
|
7e48c1cce9
FBX: fix memory leak, parsed TokenList never released. See #307.
|
11 lat temu |
Alexander Gessler
|
3e86e1b857
- fbx: add import settings to public assimp config interface.
|
13 lat temu |
Alexander Gessler
|
729e98fef0
+ fbx: Parser::IsBinary(), Document::IsBinary()
|
13 lat temu |
Alexander Gessler
|
24ce9495fd
- fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected.
|
13 lat temu |