Game Development Community

It's possible set a margin of the visual one player?

by CIMO · in General Discussion · 09/13/2006 (9:37 am) · 1 replies

I use this for set a visual margin on my player on turret
minYaw = -50.0;
maxYaw = 50.0;
minPitch = -5.0;
maxPitch = 5.0;
It's possible to set this on my player? up down eye?
THANKS