Alexander Gessler
|
7a3e3b1353
|
- fbx: create dummy root node and assign converted meshes. This is a temporary solution to be able to test mesh reading.
|
2012-06-28 23:44:23 +02:00 |
Alexander Gessler
|
e945998fc8
|
- fbx: warn about empty meshes and ignore them.
|
2012-06-28 19:23:08 +02:00 |
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.
|
2012-06-28 19:20:44 +02:00 |
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.
|
2012-06-28 19:16:14 +02:00 |
Alexander Gessler
|
3f10314656
|
- fbx: support ByPolygon mapping for materials, refactor code to read material indices.
|
2012-06-28 17:13:13 +02:00 |
Alexander Gessler
|
e821988c64
|
- fbx: also read vertex colors, tangents and binormals.
|
2012-06-28 16:51:55 +02:00 |
Alexander Gessler
|
ffe0ed7926
|
- fbx: refactor code to handle FBX vertex data access. Support the same access & indexing types for UVs and normals.
|
2012-06-28 02:06:24 +02:00 |
Alexander Gessler
|
026cec7d7b
|
- fbx: UVs, normals and materials arw now read properly. Fix bug related to reading vertices.
|
2012-06-28 01:49:52 +02:00 |
Alexander Gessler
|
fcdb2fc6b8
|
- fbx: work on reading normals, UVs and material channels.
|
2012-06-28 00:35:40 +02:00 |
Alexander Gessler
|
f9e310edfb
|
- fbx: work on reading vertex data.
|
2012-06-27 23:02:00 +02:00 |
Alexander Gessler
|
f354d8d7c7
|
- fbx: add some utility functions to parse tokens to values and to handle errors automatically.
|
2012-06-27 21:55:28 +02:00 |
Alexander Gessler
|
7108713238
|
- fbx: work on reading the first layer of geometry data channels.
|
2012-06-26 21:35:16 +02:00 |
Alexander Gessler
|
a996ecba75
|
- fbx: add helper functions to read FBX data arrays.
|
2012-06-26 20:05:24 +02:00 |
Alexander Gessler
|
c0af603f0c
|
- fbx: further work on DOM, start work on geometry extraction.
|
2012-06-26 19:19:13 +02:00 |
Alexander Gessler
|
25dfbdf58d
|
- fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing.
|
2012-06-26 18:31:19 +02:00 |