BrekBerry Posted May 13, 2018 Share Posted May 13, 2018 Guys,may be who has the code of rotate the camera on one axis, around the car? Very necessary!Please Sorry for my english. Link to comment
Addlibs Posted May 13, 2018 Share Posted May 13, 2018 You can do it yourself, and learn some trigonometry along the way maybe. x = centreX + (distance * math.cos(angle)) y = centreY + (distance * math.sin(angle)) Note that angle is given in radians. Convert degrees to radians by math.rad(degrees). Link to comment
BrekBerry Posted May 13, 2018 Author Share Posted May 13, 2018 Hm.... Perfectly.Thanks for the advice,I will try. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now