Bone Position
Moderators: Víctor Paredes, Belgarath, slowtiger
- MehdiZangenehBar
- Posts: 114
- Joined: Wed Feb 07, 2024 7:17 pm
- Contact:
Bone Position
What is difference between fAnimPos, fPos and fTempPos?
- synthsin75
- Posts: 10266
- Joined: Mon Jan 14, 2008 11:20 pm
- Location: Oklahoma
- Contact:
Re: Bone Position
fPos is the current value, fAnimPos the value for the given frame, and fTempPos a built-in variable to store values.
- Wes
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
Donations: https://www.paypal.com/paypalme/synthsin75 (Thx, everyone.)
https://www.youtube.com/user/synthsin75
Scripting reference: https://mohoscripting.com/
- MehdiZangenehBar
- Posts: 114
- Joined: Wed Feb 07, 2024 7:17 pm
- Contact:
Re: Bone Position
Any difference between local/world/parent coordinates?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.