Author Topic: Increase View Area  (Read 3232 times)

Offline san14

  • int
  • **
  • Posts: 60
    • View Profile
Increase View Area
« on: November 17, 2007, 03:51:24 pm »

HI 
    I want to increase view area in the jpctDemo type example is it possible. Could any one help me. What is the default angle of vision used in game engine?


With Regards
San14

San14

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Increase View Area
« Reply #1 on: November 17, 2007, 06:28:48 pm »
The Camera-class has some methods (setFOV(), setYFOV(), setFOVLimits()...) to do this. Just have a look.