perspectiveCT.perspectiveCT

Undocumented in source.
  1. alias perspectiveCT = perspective_RH_01
  2. alias perspectiveCT = perspective_RH_M11
  3. alias perspectiveCT = perspective_LH_01
    template perspectiveCT(NDC ndc, DepthClip dc)
    static if(!(ndc == NDC.rightHand && dc == DepthClip.zeroToOne))
    static if(!(ndc == NDC.rightHand && dc == DepthClip.minusOneToOne))
    static if(ndc == NDC.leftHand && dc == DepthClip.zeroToOne)
    alias perspectiveCT = perspective_LH_01
  4. alias perspectiveCT = perspective_LH_M11

Meta