Struct PerspectiveProjection# Defined in File Projection.h Struct Documentation# struct PerspectiveProjection# Info for a perspective camera projection. Public Members float fov = 50.0f# vertical field of view in degrees float near = 0.1f# distance to near clipping plane float far = 2000.0f# distance to far clipping plane