Model-space transformations applied to skinned model and bind shape matrix

Skin data is retrieved in processElement() by instance_controller elements, and calling processDomModel(), replacing the daeDatabase method
This commit is contained in:
Tarocco
2020-09-17 17:02:19 -07:00
committed by Liru Færs
parent 4a0936a4b5
commit 937618b177
3 changed files with 68 additions and 38 deletions

View File

@@ -66,7 +66,7 @@ public:
protected:
void processElement(daeElement* element, bool& badElement, DAE* dae);
void processElement(daeElement* element, bool& badElement, DAE* dae, daeElement* domRoot);
void processDomModel(LLModel* model, DAE* dae, daeElement* pRoot, domMesh* mesh, domSkin* skin);
material_map getMaterials(LLModel* model, domInstance_geometry* instance_geo, DAE* dae);