OrthographicLens
data class OrthographicLens( val left: Float, val right: Float = -left, val bottom: Float, val top: Float = -bottom, val near: Float, val far: Float) : Lens
Content copied to clipboard
A lens for an orthographic (parallel) projection defined by a given set of clipping planes: left, right, bottom, top, near and far.