Camera Rotation

Is it possible to rotate the camera like a Spatial? By just calling a .rotate(Vector3f) Method?

I see there is a method in Camera cam.lookAt() :slight_smile: . You could try that and see what happens.