www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: san14 on November 17, 2007, 03:51:24 pm

Title: Increase View Area
Post by: san14 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

Title: Re: Increase View Area
Post by: EgonOlsen on November 17, 2007, 06:28:48 pm
The Camera-class has some methods (setFOV(), setYFOV(), setFOVLimits()...) to do this. Just have a look.