Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Orient Spline to Object
#1
Hi,

I am trying to get a physics based train to travel along a spline made up of separate splines on prefabs. Instead of messing with the physics on the train, I am leaving the physics alone and moving the world under the train. I can get the world to move each segment of track(each a separate spline), but I can't get the world to rotate to line the rails(spline) with the train.
What I have so far,
Each frame
- The train moves forward via physics.
- After the train has finished moving I move each segment(these are children of a world object) the same movement the train has made that frame.
- I then reset the train back to the origin.

The train follows the splines perfectly, but I now need the parent world object to rotate to align the spline (nearest spline point on the nearest segment) to the train which is always pointing forward in the world.

Any ideas would be really helpful

Thanks
Dan
Reply
#2
Hi,
I am not sure to understand fully the situation, but I got enough of it to think about common mistakes that could be the reason behind your issue. If you did not make those mistakes in your project, please post here again and I will ask you specific questions to understand your issue properly.
Here are the common mistakes:
  • Not setting the correct value to the "Use Global Space" property in your Input Spline Path module
  • When using API methods that work in the spline's local space, like the CurvySpline.GetTangent method, not converting the result to the global space.
Have a nice day
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Morph game object along curve. mikechr2000 5 361 02-04-2025, 09:30 PM
Last Post: _Aka_
  Disable a spline's gizmo when not selected or disabled. mikechr2000 1 154 02-03-2025, 09:34 AM
Last Post: _Aka_
Information Questions regarding spline colliders and collisions with rigidbodies Spyboticer 7 551 01-20-2025, 12:25 PM
Last Post: _Aka_
  Extrude mesh along spline. New and confused user GhostStalker 3 240 01-02-2025, 09:58 AM
Last Post: _Aka_

Forum Jump: