FlyByCamera and setFrustumPerspective()

Hi all i’m using SimpleApplication to create a new mini-game, but y need to change the frustrum size, in jme2 i call setFrustumPerspective(…) in the Camera class, but now in jme3 alpha 2 i have a FlyByCamera and i can’t get access to the Camera Object, any one solve that without change the src of the FlyByCamera



thanks in advance!

You do have access to the camera, try cam.setFrustumFar() etc. the flyCam is only a camera controller, not the cam itself.

Cheers,

Normen