Over the Shoulder Camera Help

Blitz3D Forums/Blitz3D Programming/Over the Shoulder Camera Help

RustyKristi(Posted 2014) [#1]
Hi,

I was wondering if someone can give me some pointers on how to setup a Over the Shoulder camera like Gears of Wars and Resident. I'm trying to make a demo with this setup.

Thanks. :D


stayne(Posted 2014) [#2]
Find a good chasecam snippet in the archives. Create a pivot, parent it to the neckbone, move the pivot up and to the right a bit (maybe even forward some), then point the camera to it.


RemiD(Posted 2014) [#3]
this code example may give you some ideas :
http://www.blitzbasic.com/codearcs/codearcs.php?code=2724


RustyKristi(Posted 2014) [#4]
Thanks stayne and RemiD. :-) will check on those right away, appreciate the assistance!