mohsen.nikroo Posted April 9, 2013 Posted April 9, 2013 Hi How can I get or calculate horizontal FOV? In other words How can I get or calculate horizontal angle that I can see in screen? thanks.
frustum Posted April 10, 2013 Posted April 10, 2013 float aspect = float(engine.app.getWidth()) / engine.app.getHeight(); float hfov = vfov * aspect;
Recommended Posts