Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TF in .Move(ref tf, ref dir, 0f, CurvyClamping.Clamp)
#3
plz try..

Code:
       tf = 0.25f;
       var p = Spline.Move(ref tf, ref dir, 0f, CurvyClamping.Clamp);
       transform.position = p;
       Debug.Log("p = " + p.ToString("f6"));

Results at the same 10m spline here is 1.5625
Shouldn't that 2.5?
(Henry Ford) Each hour more of searching is each hour less of your live time.

Reply


Messages In This Thread
RE: TF in .Move(ref tf, ref dir, 0f, CurvyClamping.Clamp) - by Trainzland - 01-11-2016, 02:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Player move with object mcarman 4 3,563 07-29-2024, 06:49 PM
Last Post: mcarman
  Can you move generated objects along spline? FernDigestive 1 1,691 04-02-2023, 12:14 PM
Last Post: _Aka_
  Feature Request-move UI elements in SceneView spawnstorm 5 3,593 09-17-2022, 12:37 PM
Last Post: _Aka_
  GameObjects that move along the path of Curvy Splines will protrude. yanke 5 4,265 10-26-2021, 09:59 AM
Last Post: _Aka_

Forum Jump: