Add TODO for joint.geometricOffset

This commit is contained in:
sabrina-shanman 2019-10-30 14:32:36 -07:00
parent ecdca05679
commit 4ecd25c8bb

View file

@ -113,7 +113,9 @@ public:
bool isSkeletonJoint;
bool bindTransformFoundInCluster;
// geometric offset is applied in local space but does NOT affect children.
// TODO: Apply hfm::Joint.geometricOffset to transforms in the model preparation step
glm::mat4 geometricOffset;
// globalTransform is the transform of the joint with all parent transforms applied, plus the geometric offset