XYClip

Determines whether the default projection matrices will project to a clip space where Y points upwards (left hand NDC) or downwards (right hand NDC). Default is right hand NDC, but can be changed by setting version(GfxMathLeftHandNDC) X-Y clip space spans from [-1 .. 1] in both cases.

Values

ValueMeaning
rightHand0

right handed NDC (Y points downwards)

leftHand2

left handed NDC (Y points upwards)

Meta