I’d like to set an object on a path using velocity, or something similar to velocity at least, as the means of propagation along the path.
The idea is to animate a bunch of different objects, while on different paths of random lengths, so they all appear they are going the same speed regardless the path length.
I know that I can use velocity as a factor on particles, but these need to be models animated on paths.
Is this possible?
Thanks
--
Joey Ponthieux
LaRC Information Technology Enhanced Services (LITES)
Mymic Technical Services
NASA Langley Research Center
__________________________________________________
Opinions stated here-in are strictly those of the author and do not
represent the opinions of NASA or any other party.
I’d like to set an object on a path using velocity, or something similar to velocity at least, as the means of propagation along the path.
The idea is to animate a bunch of different objects, while on different paths of random lengths, so they all appear they are going the same speed regardless the path length.
I know that I can use velocity as a factor on particles, but these need to be models animated on paths.
Is this possible?
This works exactly as I wanted!
I’ve got two objects on parallel curves traveling side by side at the same velocity. I’ve got a question however.
I’ve got a lot of these to set up. I’d like to create a compound out of the subtree, one I can reapply to other objects as I get them rigged. I only have one problem, I’d like the curve length to adapt to the path of the object to which the ICE tree is assigned. Is there any way to find that through self?
For example, if object is self, and self is animated on path crvlist30, I want self to find crvlist30 and then curvelength.
I was unable to find this through explorer and I looked in the object model documentation but I’ve been unable to isolate anything on the animated object which would point to the path the object is assigned.
Any ideas?
Thanks
--
Joey Ponthieux
LaRC Information Technology Enhanced Services (LITES)
Mymic Technical Services
NASA Langley Research Center
__________________________________________________
Opinions stated here-in are strictly those of the author and do not
represent the opinions of NASA or any other party.
Thanks Grahame, this was terrific!
--
Joey Ponthieux
LaRC Information Technology Enhanced Services (LITES)
Mymic Technical Services
NASA Langley Research Center
__________________________________________________
Opinions stated here-in are strictly those of the author and do not
represent the opinions of NASA or any other party.
From: softimag...@listproc.autodesk.com [mailto:softimag...@listproc.autodesk.com] On Behalf Of Grahame Fuller
Sent: Wednesday, June 19, 2013 11:03 AM
To: soft...@listproc.autodesk.com
Subject: RE: velocity
You could do it with ICE kinematics, but I think this might be easier:
1. Apply a path constraint to get nice things like tangency and up vector for free.
2. Remove the animation on Path %age.
3. Apply an ICE tree to calculate the percentage yourself: get current time (make sure to turn Global on), multiply by desired speed, divide by curve length (this is why you can’t do it with a simple expression), multiply by 100 for the percentage, and set self.kine.pathcns.perc.
gray