Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: playmakertester on October 12, 2020, 07:21:32 AM

Title: How to get the angles of two or more Vector3s in an Array[SLOVED]
Post by: playmakertester on October 12, 2020, 07:21:32 AM
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?
Title: Re: How to get the angles of two or more Vector3s in an Array
Post by: djaydino on October 12, 2020, 11:22:42 AM
Hi.
The 'Vector 3 Operator' has a angle selection in its operation.
Title: Re: How to get the angles of two or more Vector3s in an Array[SLOVED]
Post by: playmakertester on October 13, 2020, 03:05:21 AM
Hi djaydino,

Thanks! let me try!
Title: Re: How to get the angles of two or more Vector3s in an Array[SLOVED]
Post by: playmakertester 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?