Forums

Full Version: How to change camera orientation?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi...

I'm new to VDrift and I want to change the default camera position and orientation. So can someone please tell me how to do it and which source files handle the orientation of the virtual camera ?

Thanks Smile
The data/cars/*/*.car files define the driver and other fixed camera positions for the car:
http://wiki.vdrift.net/Car_parameters#Driver
http://wiki.vdrift.net/Car_parameters#View

The chase cam and other camera modes are hard coded in the src/camera_*.cpp files
Thanks ..... Smile