Matias Lavik
|
fac392d6cb
Added missing include and fixed a mistake
|
6 năm trước cách đây |
Matias Lavik
|
b3177a2a9a
issue 1957: Added support for reading embedded content (textures) in ASCII FBX. In ASCII FBX embedded content is encoded in Base64 and is surrounded by double quotation marks. The decoding functions are based on those used in the glTF importer.
|
6 năm trước cách đây |
kimkulling
|
a06133ab52
Update copyrights.
|
7 năm trước cách đây |
Kim Kulling
|
b049933d2f
update license dates.
|
8 năm trước cách đây |
BuildTools
|
66171de915
Successful lib build, unit testing still WIP
|
8 năm trước cách đây |
Kim Kulling
|
a2b8d66a86
Update license info.
|
8 năm trước cách đây |
Kim Kulling
|
e6dcad384a
Fix missing includes.
|
9 năm trước cách đây |
Kim Kulling
|
1191d03405
Update license info.
|
10 năm trước cách đây |
Richard
|
0faf53af0b
Refactor: Prefer Format::operator<< over Format::operator,
|
10 năm trước cách đây |
Richard
|
83de707587
Refactor: Expand tabs to 4 spaces
|
10 năm trước cách đây |
Richard
|
a96a595a7a
Refactor: Trim trailing whitespace
|
10 năm trước cách đây |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 năm trước cách đây |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 năm trước cách đây |
Alexander Gessler
|
5fe03f692e
- FBX: silence some warnings produced by clang about missing switch cases. Add TokenType_BINARY_DATA to TokenTypeString() function.
|
12 năm trước cách đây |
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 năm trước cách đây |
Alexander Gessler
|
17629f1ff1
- fbx: work on resolving material links.
|
13 năm trước cách đây |
Alexander Gessler
|
c9d9fcdfd1
- fbx: parser working now. Drop shared_ptr's in favour of raw pointers to reduce memory overhead (a pity - I want unique_ptr and move semantics in C++03).
|
13 năm trước cách đây |
acgessler
|
ff995307ac
- fbx: further work on broadphase tokenization.
|
13 năm trước cách đây |