DarkGDK Programming Wiki
Advertisement

This command sets the field of view either for the default camera or the specified camera. The default value is, strangely, 61.95.


Syntax[]

void dbSetCameraFOV ( float fAngle ) 
void dbSetCameraFOV ( int iCamera, float fAngle ) 
Advertisement