Easy 3rd Person Cam (CODE)

Blitz3D Forums/Blitz3D Programming/Easy 3rd Person Cam (CODE)

FBEpyon(Posted 2004) [#1]
Im looking for a quick and easy 3rd person camera code, thats not hard ot use and isn't alot of code..


.rIKmAN.(Posted 2004) [#2]
Check the code archives, theres a few in there...


Rob Farley(Posted 2004) [#3]
pointentity camera,player: moveentity camera,0,0,entitydistance(camera,player)-camdistance

where camdistance is how far way you want the camera to be.


jhocking(Posted 2004) [#4]
I wrote this demo a while ago:
http://www.blitzbasic.com/Community/posts.php?topic=39091

I know there are a couple 3rd person cameras in the Code Archive.