Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dynamics object along the curve
#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


Messages In This Thread
Dynamics object along the curve - by kilik - 05-04-2014, 03:46 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  snap to the curve created by the curvy splines segment points ShiroeYamamoto 3 11 04-02-2024, 02:24 PM
Last Post: _Aka_
  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 19 07-26-2023, 10:06 PM
Last Post: _Aka_

Forum Jump: