LowLevelRenderer.Camera.Projection
A projection transform that maps from camera space to clip space.
Declaration
struct ProjectionTopics
Creating perspective projections
perspective(fovYRadians:aspectRatio:nearZ:farZ:reverseZ:)perspective(leftTangent:rightTangent:topTangent:bottomTangent:nearZ:farZ:reverseZ:)
Creating orthographic projections
orthographic(height:aspectRatio:nearZ:farZ:reverseZ:)orthographic(left:right:bottom:top:nearZ:farZ:reverseZ:)