It is not possible for me to call the .setFieldOfView method in javafx.scene.camera
I do not know if this is the only one I can't reach, because I seem to be able to use a bunch of other methods like .setLayoutX, .setNearClip etc.
My Camera is a PerspectiveCamera, so I don't know why I can't change the field of view. My workspace uses 10.0.1 if that counts at all.
Thank you!