My camera never moves so I assume the min/max values aren't relvant
If I understood you correctly the code that will get to the values you suggest:
world.getCamera().moveCamera(Camera.CAMERA_MOVEOUT,
SIDE_VIEW_ZOOM_START);
world.getCamera().setFOV(SIDE_VIEW_ZOOM_FOV);
Correct ?
If I understood you correctly the code that will get to the values you suggest:
world.getCamera().moveCamera(Camera.CAMERA_MOVEOUT,
SIDE_VIEW_ZOOM_START);
world.getCamera().setFOV(SIDE_VIEW_ZOOM_FOV);
Correct ?