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
Exclamation Runtime error when using Curvy Generator with Game Object Deform studentloan 3 14 04-22-2022, 09:00 PM
Last Post: _Aka_
Bug Extrusion and scale curve issues Sacryn 3 12 04-08-2022, 12:30 PM
Last Post: _Aka_
  Spline object follow another Object Doomchecker 2 10 02-02-2022, 04:59 PM
Last Post: Doomchecker
  best way to rotate, change offset, and inset position of splinecontroller object smackledorf 1 19 01-17-2022, 01:39 PM
Last Post: _Aka_

Forum Jump: