- fbx: read local transforms (different modes of rotation not yet implemented, though).

This commit is contained in:
Alexander Gessler
2012-07-05 17:06:15 +02:00
parent 3179e949bb
commit 4db113395c
3 changed files with 50 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ Model::Model(uint64_t id, const Element& element, const Document& doc, const std
culling = ParseTokenAsString(GetRequiredToken(*Culling,0));
}
props = GetPropertyTable(doc,"Model.FbxNode",element,sc);
ResolveLinks(element,doc);
}