Bone Position
Moderators: Víctor Paredes, Belgarath, slowtiger
- MehdiZangenehBar
 - Posts: 114
 - Joined: Wed Feb 07, 2024 10:17 am
 - Contact:
 
Bone Position
What is difference between fAnimPos, fPos and fTempPos?
			
			
									
									
						- synthsin75
 - Posts: 10363
 - Joined: Mon Jan 14, 2008 2: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 10:17 am
 - Contact:
 
Re: Bone Position
Any difference between local/world/parent coordinates?synthsin75 wrote: ↑Thu Jun 27, 2024 3:23 pm fPos is the current value, fAnimPos the value for the given frame, and fTempPos a built-in variable to store values.