[Bf-python] creating IPO

Fabrizio ilac at maltanet.net
Wed May 26 20:28:47 CEST 2004


 3. Can please someone explain which is the difference between RotX and
dRotX
 or between LocX and dLocX

afaik:

d is for delta and is a transformation ON TOP of a current transformation.

Practical Example:
animate a camera from point a to point b using LocXYZ
Now to introduce camera jitter use dLocXYZ

ie.
LocX = 5
delta LoxX = 2

Final LocX = 7 etc, etc,

Deltas are useful for secondary motion etc. where you do not want to affect
the 'main' transformation ipo's

Hope this helps!

Fabrizio




More information about the Bf-python mailing list