How can i get the Direction vector by using the cameranode rotation?
Vector3f direction = new Vector3f();
camNode.getLocalRotation().getRotationColumn(0, direction);
camNode.getLocalRotation().getRotationColumn(1, direction);
camNode.getLocalRotation().getRotationColumn(2, direction);
Hope that helsp
/Per