Announcements

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Finding Global Bind Transform for FbxNode with no influences to control points

ilan.keshet
Enthusiast

Finding Global Bind Transform for FbxNode with no influences to control points

ilan.keshet
Enthusiast
Enthusiast

Hi

 

I have correctly found the Global Bind Transform for joints that have influences to positions, using 

 

 

FbxAMatrix boneBindingTransform;
cluster->GetTransformLinkMatrix(boneBindingTransform);

 

 

 

However, for joints that do not appear in any cluster, -- I am unsure of what is the best way to guarentee to get the binding transform.

 

Currenting I'm using FbxNode::LclTranslation / LclRotation / LclScale   -- but that seems to be matching the first frame of the animation

0 Likes
Reply
128 Views
0 Replies
Replies (0)