提交历史

作者 SHA1 备注 提交日期
  Alexander Gessler 3e86e1b857 - fbx: add import settings to public assimp config interface. 13 年之前
  Alexander Gessler 729e98fef0 + fbx: Parser::IsBinary(), Document::IsBinary() 13 年之前
  Alexander Gessler 24ce9495fd - fbx: add binary reading draft. Started from scratch after my first attempt had design flaws. The binary reader now sits on the lexer stage (really) and generates a (fake) token sequence similar to the text lexer's output - this means most parsing code can go unaffected. 13 年之前
  Alexander Gessler d7270aa278 - fbx: skeleton for DOM -> aiScene converter. 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 25dfbdf58d - fbx: add DOM layer to represent the parsed FBX file in-memory, capturing the essential semantics we need for importing. 13 年之前
  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 年之前
  acgessler 18b2aebcb1 - FBX importer: basic interface and importer skeleton. Start tokenizer and parser. 13 年之前