AntonicelliVittorio / jmonkeyengine

Automatically exported from code.google.com/p/jmonkeyengine
0 stars 0 forks source link

FlybyCamera zooms to negative fovY and negative frustum height #622

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As discussed on the forum at 
http://hub.jmonkeyengine.org/forum/topic/flycam-zooms-to-negative-fov-and-frustu
m-height/
a range check is needed in FlybyCamera.zoomCamera() to ensure that fovY is 
always positive, even if the user zooms as far as s/he can.

Original issue reported on code.google.com by sg...@sonic.net on 25 Jan 2014 at 1:23

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by sg...@sonic.net on 14 Mar 2014 at 4:39

GoogleCodeExporter commented 9 years ago
Here are the commits:

in gradle-restructure: 
https://code.google.com/p/jmonkeyengine/source/detail?r=11081

in trunk:  https://code.google.com/p/jmonkeyengine/source/detail?r=11082

Original comment by sg...@sonic.net on 14 Mar 2014 at 4:49