Finding this command quite useful.The <rate> is set to 1 for immediate.Is there a relationship between <rate> and time.e.g. would 0.1 take 10 frames to align?Jim
e.g. would 0.1 take 10 frames to align?
Quotee.g. would 0.1 take 10 frames to align?i think so0.1 is 1.0/10 so it makes sense
you also have to take into account 0/Pi2 (0/360) issues.E.G.- lets assume you are using degrees. you are pointing at 359 and you want to go to 10.- 10 < 359 so you decrease the value until it gets to 10 WRONG- you actually want to increase the value (jump to 0 and keep increasing) util it reaches 10What you end up with is situations where instead of just going to the next position, you rotate 360 to get to the finish - it can look cool in the reight place, but is wrong and you'll need to track directions and make the correct decisions...