playMaker
Home
Store
Showcase
Tutorials
Forums
Manual
Wiki
About Us
Playmaker Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Join our
Discord Channel
Home
Help
Search
Login
Register
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
How to get the angles of two or more Vector3s in an Array[SLOVED]
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to get the angles of two or more Vector3s in an Array[SLOVED] (Read 1335 times)
playmakertester
Full Member
Posts: 211
How to get the angles of two or more Vector3s in an Array[SLOVED]
«
on:
October 12, 2020, 07:21:32 AM »
Hello.
Take a look at this video.
//www.youtube.com/watch?v=9LwQpjEOnU0
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
»
Logged
djaydino
Administrator
Hero Member
Posts: 7618
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.
Logged
Join the PlayMaker Discord Channel!
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!
Logged
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?
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Playmaker Forum
»
PlayMaker Help & Tips
»
PlayMaker Help
(Moderator:
600
) »
How to get the angles of two or more Vector3s in an Array[SLOVED]