Template:NifSE NiAlphaProperty Blend Functions

From the Oblivion ConstructionSet Wiki
Revision as of 18:47, 23 January 2011 by imported>DragoonWraith
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List of the blend functions used by NiAlphaProperty blocks. Used by NifSE.

Blend Functions

The function of each value is equivalent to the OpenGL blending function of similar name.

  • ONE = 0
  • ZERO = 1
  • SRC_COLOR = 2
  • ONE_MINUS_SRC_COLOR = 3
  • DST_COLOR = 4
  • ONE_MINUS_DST_COLOR = 5
  • SRC_ALPHA = 6
  • ONE_MINUS_SRC_ALPHA = 7
  • DST_ALPHA = 8
  • ONE_MINUS_DST_ALPHA = 9
  • SRC_ALPHA_SATURATE = 10