mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 18:53:16 +02:00
Add TODO for joint.geometricOffset
This commit is contained in:
parent
ecdca05679
commit
4ecd25c8bb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue