need more control while object follows a path

   6060   5   1
User Avatar
Member
6 posts
Joined: July 2005
Offline
Is there any way to have more control over an object as it follows a path. It is limited from 0 to 1 and 1 being that it starts over on the path. I have an object that is covering a good distance and with the lack of freedom I have between 0 and 1, it causes my object to have an undesirable amount of velocity because of the distance it is covering in the time given for it to move along the distance of the path. Any help or suggestions would be great. :?
wood is good
User Avatar
Member
639 posts
Joined: July 2005
Offline
Hi, how about using primuv()? you can always use fit() to fit your old min-max to 0-1 as well.
User Avatar
Member
8053 posts
Joined: July 2005
Offline
A simpler way I think is to try appending the Resample SOP to your curve to even out your velocity.
User Avatar
Member
1634 posts
Joined: July 2005
Offline
Hi there,
wood78
Is there any way to have more control over an object as it follows a path. It is limited from 0 to 1 and 1 being that it starts over on the path. I have an object that is covering a good distance and with the lack of freedom I have between 0 and 1, it causes my object to have an undesirable amount of velocity because of the distance it is covering in the time given for it to move along the distance of the path. Any help or suggestions would be great. :?
Use a Resample SOP to resample the curve with the Maximum Segments parameter set to the length of your animation ($NFRAMES should work just fine).

I hope the above helps!

Cheers!
steven
User Avatar
Member
6 posts
Joined: July 2005
Offline
thanks everbody,
I really appriecate the suggestions and I can work with the velocity now considering the resample has reduced my objects velocity around 200%!!!

aaron
wood is good
User Avatar
Member
5 posts
Joined: July 2005
Offline
The problem with the resample-approach is that the motion can sometimes get jerky. Do you know if there's any way around this?

Thank you in advance!
  • Quick Links