Guest Posted October 30, 2008 Share Posted October 30, 2008 Hi, is it possible to change the camera mode when following a player? A fixed camera can be set to be at a given position, I would like to do something similar with a camera which is following a player. To be more precise, I want to create a perspective from the drivers POV. The predefined "bumper perspective" is an ok approximation, but I would like to position the camera somewhat higher above the street. Is that possible? How would I do that? Thank you! Felix Link to comment
50p Posted October 30, 2008 Share Posted October 30, 2008 You'd have to use: - onClientRender - getCameraPosition - setCameraPosition - setCameraLookAt - and some calculations to make camera look ahead Use wiki for functions reference and some example codes. 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