Contents

orthographicScale

Specifies the camera’s magnification factor when using an orthographic projection.

Declaration

var orthographicScale: Double { get set }

Discussion

In an orthographic projection, equally sized objects appear equally sized regardless of their distance from the camera. To switch between orthographic and perspective projections, see the usesOrthographicProjection property.

See Also

Managing the Projection Transform