![]() |
|
#2
|
|||
|
|||
You can use the vizmat.Interpolate function to linearly interpolate between the position values of the matrix:
Code:
pos = vizmat.Interpolate(pos1,pos2,0.5) Code:
quat = vizmat.slerp(quat1,quat2,0.5) |
|
|