Historique des commits

Auteur SHA1 Message Date
  Alexander Gessler f617e766b1 - fbx: add "strict" import mode (only accept 2012,2013 files). il y a 13 ans
  Alexander Gessler e4305149be - fbx: bugfix animation interpolation code, fix various quirks. il y a 13 ans
  Alexander Gessler 09aaaba7b8 - fbx: improved DOM object construction and dependency resolution. il y a 13 ans
  Alexander Gessler 5db5634494 - fbx: add utility functions to filter connections to other objects by their type. il y a 13 ans
  Alexander Gessler 4f6dbac919 - fbx: prevent infinite recursion when resolving objects with cyclic references. il y a 13 ans
  Alexander Gessler 378bc93593 - fbx: resolve target node for node animations. il y a 13 ans
  Alexander Gessler 382f4619ad - fbx: animation conversion from fbx's representation to assimp's. This involves evaluating animation layers etc. il y a 13 ans
  Alexander Gessler 67c55990cd - fbx: initial code to read animations plus the accompanying DOM classes. il y a 13 ans
  acgessler 879f2ed177 - fix some -Wall warnings il y a 13 ans
  Alexander Gessler 1a9790ae9a - fbx: read first set of header properties (format version, timestamp etc). il y a 13 ans
  Alexander Gessler d6e929b670 - fbx: accidentially passed a wrong predicate for sorting Connections to std::sort. il y a 13 ans
  Alexander Gessler 04c77029e8 - fbx: fix boost build errors (was building with BOOST_WORKAROUND for a while). il y a 13 ans
  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. il y a 13 ans
  Alexander Gessler 17629f1ff1 - fbx: work on resolving material links. il y a 13 ans
  Alexander Gessler 2f5ec6f136 - fbx: fix bug that caused textures to be ignored in some cases. il y a 13 ans
  Alexander Gessler effcaf066a - fbx: Objects now carry their ID. il y a 13 ans
  Alexander Gessler 8a12b179a6 - fbx: add utility functions to get object connections in sequential (i.e. insertion) order. il y a 13 ans
  Alexander Gessler fd451f7ba6 - fbx: read object-object and object-property connections. il y a 13 ans
  Alexander Gessler 97b69364ad - fbx: refactor code for fetching property templates. il y a 13 ans
  acgessler 131008cea1 - fbx: read materials. il y a 13 ans
  acgessler 21713841d3 - fbx: read property templates. Fix some memory leaks. il y a 13 ans
  acgessler 00f249b8dd - fbx: add property system il y a 13 ans
  acgessler 6ddb1c9aa7 - fbx: refactor code il y a 13 ans
  Alexander Gessler 7a3e3b1353 - fbx: create dummy root node and assign converted meshes. This is a temporary solution to be able to test mesh reading. il y a 13 ans
  Alexander Gessler e945998fc8 - fbx: warn about empty meshes and ignore them. il y a 13 ans
  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. il y a 13 ans
  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. il y a 13 ans
  Alexander Gessler 3f10314656 - fbx: support ByPolygon mapping for materials, refactor code to read material indices. il y a 13 ans
  Alexander Gessler e821988c64 - fbx: also read vertex colors, tangents and binormals. il y a 13 ans
  Alexander Gessler ffe0ed7926 - fbx: refactor code to handle FBX vertex data access. Support the same access & indexing types for UVs and normals. il y a 13 ans