Angle of vision in landscape mode

Started by Msali, July 08, 2016, 03:39:09 PM

Previous topic - Next topic

Msali

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.

EgonOlsen

That's what fov is actually for. If you set it, make sure to adjust the fov limits setting as well.