Kim Kulling
|
9f7e34663e
FBX: make lookup test less strict. closes https://github.com/assimp/assimp/issues/994
|
8 years ago |
mensinda
|
18843fe5e1
Replaced BOOST_FOREACH with c++11 ranged for loops
|
9 years ago |
Eric Engestrom
|
87e7cf00a2
Fix spelling mistakes
|
9 years ago |
Kim Kulling
|
2b09199f4a
FBXImporter: move MeshGeometry declaration into its own header
|
9 years ago |
Kim Kulling
|
699aa9c583
Closes https://github.com/assimp/assimp/issues/754: use correct index
|
9 years ago |
Kim Kulling
|
1191d03405
Update license info.
|
9 years ago |
lutz.hoeren
|
e8a02ef890
Only read Element Data when there is a valid Mapping Information
|
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
|
bf4913b5c9
remove AssimpPCH.h: fixes #534
|
10 years ago |
Gargaj
|
e5ed62581d
Handle both types of element names
|
11 years ago |
acgessler
|
f7106887cc
- some fixes for vc12
|
12 years ago |
Alexander Gessler
|
315285faf0
- fbx: refactor parsing code, move all parsing stuff to FBXParser.cpp. Parsing errors now carry the prefix "FBX-Parser".
|
13 years ago |
Alexander Gessler
|
c126cfa1ff
- fbx: rework material reading to support negative indices (these will be assigned a default material).
|
13 years ago |
Alexander Gessler
|
f230ac2f60
- fbx: further work and bugfixes on deformer conversion.
|
13 years ago |
Alexander Gessler
|
05ec3c2e90
- fbx: read Geometry -> Skin and Model -> Cluster connections. Improve logging, some refactoring.
|
13 years ago |
acgessler
|
879f2ed177
- fix some -Wall warnings
|
13 years ago |
Alexander Gessler
|
bf79c83bf2
- fbx: read node hierarchy and assign model material indices. Cache already converted materials and meshes to make FBX instancing work as intended.
|
13 years ago |
Alexander Gessler
|
17629f1ff1
- fbx: work on resolving material links.
|
13 years ago |
Alexander Gessler
|
c7ee6fd70f
- fbx: texture conversion & UV channel mapping.
|
13 years ago |
Alexander Gessler
|
effcaf066a
- fbx: Objects now carry their ID.
|
13 years ago |
Alexander Gessler
|
ec50632f2e
- fbx: fix bug that caused vertex colors to be not loaded correctly.
|
13 years ago |
acgessler
|
00f249b8dd
- fbx: add property system
|
13 years ago |
acgessler
|
6ddb1c9aa7
- fbx: refactor code
|
13 years ago |