Contents

init(projectionMatrix:)

Creates a new custom matrix camera component with the given settings.

Declaration

init(projectionMatrix: float4x4)

Parameters

  • projectionMatrix:

    The custom projection matrix the user wants to use.

Discussion

The matrix uses reverse depth.