Struct OrthographicProjection# Defined in File Projection.h Struct Documentation# struct OrthographicProjection# Info for an orthographic camera projection. Public Members float height = 2.0f# distance between top and bottom viewing planes float near = 0.1f# distance to near clipping plane float far = 2000.0f# distance to far clipping plane