05-04-2014, 03:46 PM
hi all this possible to move Dynamics object along the curve
Dynamics object along the curve
|
05-04-2014, 03:46 PM
hi all this possible to move Dynamics object along the curve
05-05-2014, 06:39 AM
Sure, just add the FollowSpline component to the object you want to move along a spline.
05-06-2014, 12:34 PM
(This post was last modified: 05-06-2014, 01:02 PM by SergeantPixelShotgun.)
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
05-06-2014, 01:12 PM
I'm sorry, but I don't understand this.
05-06-2014, 01:24 PM
(This post was last modified: 05-06-2014, 01:24 PM by SergeantPixelShotgun.)
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 |
« Next Oldest | Next Newest »
|
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_ |