playMaker

Author Topic: How to get the angles of two or more Vector3s in an Array[SLOVED]  (Read 1333 times)

playmakertester

  • Full Member
  • ***
  • Posts: 211
Hello.

Take a look at this video.

We are making games like this one.
When the mouse speed reaches a certain level, I am trying to find a way to save a vector 3 every 0.1 seconds and the object moves through the vector 3, but this method does not allow me to get the angle and the car is not facing in the direction I am going.

Can you please tell me how to save the angles of two or more Vector3s in an Array?
« Last Edit: October 13, 2020, 03:05:04 AM by playmakertester »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: How to get the angles of two or more Vector3s in an Array
« Reply #1 on: October 12, 2020, 11:22:42 AM »
Hi.
The 'Vector 3 Operator' has a angle selection in its operation.

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: How to get the angles of two or more Vector3s in an Array[SLOVED]
« Reply #2 on: October 13, 2020, 03:05:21 AM »
Hi djaydino,

Thanks! let me try!

playmakertester

  • Full Member
  • ***
  • Posts: 211
Re: How to get the angles of two or more Vector3s in an Array[SLOVED]
« Reply #3 on: December 01, 2020, 12:42:22 AM »
Hi djaydino,

When we tried, the results were only available with Float.
I want to apply this angle to a certain object, but with Float, I can't. Do you have any advice?