Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamics object along the curve
#1
hi all this possible to move Dynamics object along the curve
Reply
#2
Sure, just add the FollowSpline component to the object you want to move along a spline.
Reply
#3
thank's yes i have add that's 
CurvySplineSegment[]  sp = mSpline.Add (vv);
when i try sp[1] for transform position i say somethink's i try understand the doc

it's possible to set the % follow value for get dynamic gravity at end

it's possible to get % of follow curve for the the dynamic more realistik
Reply
#4
I'm sorry, but I don't understand this.
Reply
#5
  if (mSpline.Count > 1) {    Walker.enabled =  (true);
   float pos = Walker.CurrentTF ;
   Debug.Log ("pos "+pos /Walker.Initial.MaxDistance);
   if (Walker.Initial.MaxDistance/pos  > 0.9f){
   Walker.enabled =  (false);
   }   }else{
   Walker.enabled =  (false);
   
     }
 

ok i will be back with better explain to my trouble thank's
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 0 0 6 hours ago
Last Post: ShiroeYamamoto
  Removing the objects behind an object alms94 6 6 12-06-2023, 09:31 PM
Last Post: _Aka_
  Getting object on spline Position when Spline has coordinates larger than 2000 velikizlivuk 5 10 09-05-2023, 01:01 PM
Last Post: velikizlivuk
  Moving object down or up the spline using gravity velikizlivuk 6 16 07-26-2023, 10:06 PM
Last Post: _Aka_

Forum Jump: