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
  Extrapolate past curve endpoint Madgvox 3 9 09-10-2024, 01:24 PM
Last Post: _Aka_
  Bug: Save Generator Outputs still saves outputs if object is disabled curvymesher 1 3 08-30-2024, 09:19 AM
Last Post: _Aka_
  Player move with object mcarman 4 8 07-29-2024, 06:49 PM
Last Post: mcarman
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_

Forum Jump: