mensinda
|
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
|
9 years ago |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
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 |
Kim Kulling
|
2bfc353fde
License info: update year info.
|
10 years ago |
abma
|
8c45a4dc3b
Merge remote-tracking branch 'origin'
|
10 years ago |
abma
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
George Papadopoulos
|
08ba782bd5
[FBX] add support for multiple animations (by using LocalStart/LocalStop in takes)
|
10 years ago |
George Papadopoulos
|
8bf26065de
[FBX] parse upper cased Int/Enum properties
|
11 years ago |
Gargaj
|
11af0866dc
Add FieldOfView token type (fixes #245)
|
11 years ago |
Frederik Aalund
|
9eb8677aba
Added unparsed FBX properties to the aiNode's metadata. This allows the
|
11 years ago |
Alexander Gessler
|
1bdf39448a
- fbx: extend list of supported property data types.
|
13 years ago |
Alexander Gessler
|
b7456307dd
- fbx: fix "could not read property name" warn message.
|
13 years ago |
acgessler
|
879f2ed177
- fix some -Wall warnings
|
13 years ago |
Alexander Gessler
|
4db113395c
- fbx: read local transforms (different modes of rotation not yet implemented, though).
|
13 years ago |
acgessler
|
131008cea1
- fbx: read materials.
|
13 years ago |
acgessler
|
b49cf16bc2
- fbx: change const semantics for PropertyTable's. Lazy parsing of properties no longer affects logical constness.
|
13 years ago |
acgessler
|
97e1761ecd
- fbx: support more property data types (there are way more, though - don't know yet how to handle them, fbx files don't seem to have overly strong semantics for properties).
|
13 years ago |
acgessler
|
21713841d3
- fbx: read property templates. Fix some memory leaks.
|
13 years ago |
acgessler
|
00f249b8dd
- fbx: add property system
|
13 years ago |