Author Topic: Angle of vision in landscape mode  (Read 1547 times)

Offline Msali

  • byte
  • *
  • Posts: 9
    • View Profile
Angle of vision in landscape mode
« on: July 08, 2016, 03:39:09 pm »
Hello everybody,

I'm working on a framework for augmented reality using the JPCT library to do the rendering stuff and positioning objects in the space starting from their geographical coordinates.

I'm trying to set an angle of view to limit the presence of object on the screen to the ones that are directly visible along that direction. Actually some objects appear to the side of the screen when they are near, I would like to limit the focus of the camera.

I think my issue would be related to the FOV angle concept, but just changing its value I wasn't able to reaching my goal.

Could anyone give me some clarification about it? My app works on landscape mode.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Angle of vision in landscape mode
« Reply #1 on: July 08, 2016, 05:11:02 pm »
That's what fov is actually for. If you set it, make sure to adjust the fov limits setting as well.