Page 1 of 1

Bone Position

Posted: Thu Jun 27, 2024 11:03 pm
by MehdiZangenehBar
What is difference between fAnimPos, fPos and fTempPos?

Re: Bone Position

Posted: Thu Jun 27, 2024 11:23 pm
by synthsin75
fPos is the current value, fAnimPos the value for the given frame, and fTempPos a built-in variable to store values.

Re: Bone Position

Posted: Fri Jun 28, 2024 12:39 pm
by MehdiZangenehBar
synthsin75 wrote: Thu Jun 27, 2024 11:23 pm fPos is the current value, fAnimPos the value for the given frame, and fTempPos a built-in variable to store values.
Any difference between local/world/parent coordinates?