- 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.
This commit is contained in:
@@ -158,7 +158,7 @@ void FBXImporter::InternReadFile( const std::string& pFile,
|
||||
Parser parser(tokens);
|
||||
|
||||
// take the raw parse-tree and convert it to a FBX DOM
|
||||
Document doc(parser);
|
||||
Document doc(parser,settings);
|
||||
}
|
||||
catch(...) {
|
||||
std::for_each(tokens.begin(),tokens.end(),Util::delete_fun<Token>());
|
||||
|
||||
Reference in New Issue
Block a user