Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Spawning object with correct rotation at spline end
#1
Hi,

I'm trying to instantiate a drill bit prefab at the end of an oil drill line spline. The spline has 4 control points in total and I would like to instantiate the prefab at control point 4.

I have somehow gotten around instantiating the prefab at the right spot, but can't figure out from examples or API how to make it point to the same direction as the spline's point 4.

This is what I mean -

   

As the spline end point continuously changes it's facing direction, I want the yellow object (drill bit) to be facing the correct direction as the spline.

How do I go about this?
Reply
#2
I am writing this from the top of my head, it might have some minor errors:
Quaternion.LookAt(spline.GetTangent(1))
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply
#3
(05-21-2019, 12:35 PM)_Aka_ Wrote: I am writing this from the top of my head, it might have some minor errors:
Quaternion.LookAt(spline.GetTangent(1))

This did the trick! The line needs to be written "Quaternion.LookRotation(DestinationSpline.GetTangent(1))" and not LookAt. That's all and it worked.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 14 03-04-2024, 11:06 AM
Last Post: _Aka_

Forum Jump: