code/__DEFINES/camera.dm 
| APERTURE_TO_METERS | Converts camera half dimension aperture into full meters We first do size = value - 1 which is the picture size & then 2 * size + 1 to give us meters |
|---|---|
| CAMERA_PICTURE_SIZE_HARD_LIMIT | Max size of an photograph in square dimensions |
Define Details
APERTURE_TO_METERS 
Converts camera half dimension aperture into full meters We first do size = value - 1 which is the picture size & then 2 * size + 1 to give us meters
CAMERA_PICTURE_SIZE_HARD_LIMIT 
Max size of an photograph in square dimensions