I was wondering how to transpose the camera field of view which is express in gradient in BabylonJS to a millimeter value?
I found this simple Wikipedia article on the subject: Angle of view - Wikipedia
But it seems I need the variable “focal length” in order to be able to make the unit change between radiant and millimeters.
After some digging, I realized that I have confused the 2 parameters Field of View and Focal Length.
Plus looking at the api documentation, the focal length is already set in millimeter so no issue here!