- Added flag to enable rotating down when zoomed out. - Added getter/setter to enable/query if down rotation is only on "close view" (zoomed-in). - Javadoc for certain method clearly explaining the "angles" are in radian. Note: To enable down rotation when zoomed out, you have to call setDownRotateOnCloseViewOnly with FALSE and also set a minimum radian with setMinVerticalRotation(radian) as it is by default to 0. Ex: chaseCam.setDownRotateOnCloseViewOnly(false); chaseCam.setMinVerticalRotation(FastMath.DEG_TO_RAD * - 90); This would enable rotation when zoomed-out down to -90 degrees, effectively having the camera looking up to its tied spatial. git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9247 75d07b2b-3a1a-0410-a2c5-0572b91ccdca