Camera control

hello, I have a problem in the camera control…

how would i make the camera follows the model (car) see the side view when the car turns but camera stays at the back of the car…

Because i make, the camera only follows at the back of the car and when the car turns the camera also turns.



Help!

Some hints there.



Thanks a lot!!!

You can play around with ChaseCamera a bit to get it to follow from the sides. It doesn’t do it right out of the box, but some tweaking could get it to work.

You can also just have a camera, that is much simpler than ChaseCamera, that always looks at the side of the car but follows relative to the car’s translation and rotation. It won’t be smooth and will bump when the car bumps, but you could build in a bit of a damper to reduce that effect.