pub fn make_perspective_camera( filter_width: Float, xres: i32, yres: i32, fov: Float, animated_cam_to_world: AnimatedTransform, clipsta: Float) -> Option<Arc<Camera>>