Alexander Gessler
|
5db5634494
- fbx: add utility functions to filter connections to other objects by their type.
|
13 жил өмнө |
Alexander Gessler
|
4f6dbac919
- fbx: prevent infinite recursion when resolving objects with cyclic references.
|
13 жил өмнө |
Alexander Gessler
|
378bc93593
- fbx: resolve target node for node animations.
|
13 жил өмнө |
Alexander Gessler
|
382f4619ad
- fbx: animation conversion from fbx's representation to assimp's. This involves evaluating animation layers etc.
|
13 жил өмнө |
Alexander Gessler
|
67c55990cd
- fbx: initial code to read animations plus the accompanying DOM classes.
|
13 жил өмнө |
acgessler
|
879f2ed177
- fix some -Wall warnings
|
13 жил өмнө |
Alexander Gessler
|
1a9790ae9a
- fbx: read first set of header properties (format version, timestamp etc).
|
13 жил өмнө |
Alexander Gessler
|
d6e929b670
- fbx: accidentially passed a wrong predicate for sorting Connections to std::sort.
|
13 жил өмнө |
Alexander Gessler
|
04c77029e8
- fbx: fix boost build errors (was building with BOOST_WORKAROUND for a while).
|
13 жил өмнө |
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 жил өмнө |
Alexander Gessler
|
17629f1ff1
- fbx: work on resolving material links.
|
13 жил өмнө |
Alexander Gessler
|
2f5ec6f136
- fbx: fix bug that caused textures to be ignored in some cases.
|
13 жил өмнө |
Alexander Gessler
|
effcaf066a
- fbx: Objects now carry their ID.
|
13 жил өмнө |
Alexander Gessler
|
8a12b179a6
- fbx: add utility functions to get object connections in sequential (i.e. insertion) order.
|
13 жил өмнө |
Alexander Gessler
|
fd451f7ba6
- fbx: read object-object and object-property connections.
|
13 жил өмнө |
Alexander Gessler
|
97b69364ad
- fbx: refactor code for fetching property templates.
|
13 жил өмнө |
acgessler
|
131008cea1
- fbx: read materials.
|
13 жил өмнө |
acgessler
|
21713841d3
- fbx: read property templates. Fix some memory leaks.
|
13 жил өмнө |
acgessler
|
00f249b8dd
- fbx: add property system
|
13 жил өмнө |
acgessler
|
6ddb1c9aa7
- fbx: refactor code
|
13 жил өмнө |
Alexander Gessler
|
7a3e3b1353
- fbx: create dummy root node and assign converted meshes. This is a temporary solution to be able to test mesh reading.
|
13 жил өмнө |
Alexander Gessler
|
e945998fc8
- fbx: warn about empty meshes and ignore them.
|
13 жил өмнө |
Alexander Gessler
|
d61c86081c
- fbx: depending on settings.readAllLayers, the loader now scans through all geometry layers and pulls in all vertex data channels that fit into the output data structure.
|
13 жил өмнө |
Alexander Gessler
|
05bc8ab684
- fbx: add ImportSettings to keep track of fbx-specific import settings. The settings are generated by the importer instance and injected into parser and DOM.
|
13 жил өмнө |
Alexander Gessler
|
3f10314656
- fbx: support ByPolygon mapping for materials, refactor code to read material indices.
|
13 жил өмнө |
Alexander Gessler
|
e821988c64
- fbx: also read vertex colors, tangents and binormals.
|
13 жил өмнө |
Alexander Gessler
|
ffe0ed7926
- fbx: refactor code to handle FBX vertex data access. Support the same access & indexing types for UVs and normals.
|
13 жил өмнө |
Alexander Gessler
|
026cec7d7b
- fbx: UVs, normals and materials arw now read properly. Fix bug related to reading vertices.
|
13 жил өмнө |
Alexander Gessler
|
fcdb2fc6b8
- fbx: work on reading normals, UVs and material channels.
|
13 жил өмнө |
Alexander Gessler
|
f9e310edfb
- fbx: work on reading vertex data.
|
13 жил өмнө |