Commit History

Author SHA1 Message Date
  kimkulling a06133ab52 Update copyrights. 6 years ago
  Kim Kulling b049933d2f update license dates. 7 years ago
  kim kulling 88a0bb1b6d FBX: store UnitScaleFactor for fbx-files. 7 years ago
  BuildTools 66171de915 Successful lib build, unit testing still WIP 7 years ago
  Kim Kulling 9efa4282fe closes https://github.com/assimp/assimp/issues/1460: skip uv- and color-components if these are not defined. 7 years ago
  Kim Kulling e3163ec15e FBX: fix some minor findings. 8 years ago
  rickomax c86013b08d Fixed many FBX bugs 8 years ago
  Kim Kulling a2b8d66a86 Update license info. 8 years ago
  mensinda 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 years ago
  Kim Kulling 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 9 years ago
  Kim Kulling e9f47b08c5 FBXImporter: fx build. 9 years ago
  Kim Kulling 28d327b7ea FBXImporter: fix build. 9 years ago
  Kim Kulling 2496e8a0a3 Lib: reduce number of header files included. 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 470ad98281 fix "headercheck": 10 years ago
  George Papadopoulos 08ba782bd5 [FBX] add support for multiple animations (by using LocalStart/LocalStop in takes) 10 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 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() 13 years ago
  Alexander Gessler a996ecba75 - fbx: add helper functions to read FBX data arrays. 13 years ago
  Alexander Gessler c0af603f0c - fbx: further work on DOM, start work on geometry extraction. 13 years ago
  Alexander Gessler 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 years ago
  Alexander Gessler ecd79b3cc3 - fbx: fix infinite recursion when parsing nested Scope's. 13 years ago
  Alexander Gessler c9d9fcdfd1 - fbx: parser working now. Drop shared_ptr's in favour of raw pointers to reduce memory overhead (a pity - I want unique_ptr and move semantics in C++03). 13 years ago
  acgessler 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. 13 years ago