Class AlphaChannelUsageSettings

Settings that control the usage of the alpha channel.

Constructors

Properties

_depthEncodeFar: number
_depthEncodeNear: number

Accessors

  • get depthEncodeFar(): number
  • Determins the depth value encoded to 0 when writing depth to the alpha channel.

    Returns number

  • set depthEncodeFar(value): void
  • Parameters

    • value: number

    Returns void

  • get depthEncodeNear(): number
  • Determins the depth value encoded to 1 when writing depth to the alpha channel.

    Returns number

  • set depthEncodeNear(value): void
  • Parameters

    • value: number

    Returns void

Methods