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

@@ -99,7 +99,7 @@ public:
S32 mLod;
LLMatrix4 mTransform;
LLMatrix4 mTransform, mBindTransform;
BOOL mFirstTransform;
LLVector3 mExtents[2];