Easiest 3rd Person View! by w33dless29th May 2006 20:28
|
---|
Summary Easy 3rd person view function Description This function was used for a car racing game, so you might want to lower/raise the increments of the Z, and Y axis' Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com Function 3rdPersonView(obj, distAway#, distAbove#) Position Camera 0, Object Position X(obj), Object Position Y(obj)+distAbove#, Object Position Z(obj)-distAway# Point Camera 0, Object Position X(obj), Object Position Y(obj) +distAbove#, Object Position Z(obj) EndFunction |