Enum 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.
enum XYClip
: int { ... }
Enum members
Name | Description |
---|---|
leftHand
|
left handed NDC (Y points upwards) |
rightHand
|
right handed NDC (Y points downwards) |