how to change scale values

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
MaDpRoGrAmMeR

how to change scale values

Post by MaDpRoGrAmMeR »

in the games maybe u see the camera scales the scene too much how can i change these values please help me for that thanx
T101
Posts: 44
Joined: Thu Jul 29, 2004 4:41 pm

Post by T101 »

Use SetFOV( angle )

Default angle is PI/3.5 = 51.4 degrees.

If you want more zoom, use a smaller FOV, if you want less zoom, use a larger FOV.
MaDpRoGrAmMeR
Posts: 12
Joined: Fri Sep 24, 2004 5:26 pm

Post by MaDpRoGrAmMeR »

thanx a lot to u too. i'm learning everything i need from this forums thanx
..:::radiation interactive:::..
Post Reply