Template:NifSE NiAlphaProperty Test Functions

From the Oblivion ConstructionSet Wiki
Revision as of 17:23, 21 January 2011 by imported>DragoonWraith (New page: <noinclude>List of the texture slots used by <tt>NiAlphaProperty</tt> blocks. Used by NifSE. </noinclude>== Test Functions == Th...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

List of the texture slots used by NiAlphaProperty blocks. Used by NifSE.

Test Functions

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

  • ALWAYS = 0
  • LESS = 1
  • EQUAL = 2
  • LEQUAL = 3
  • GREATER = 4
  • NOTEQUAL = 5
  • GEQUAL = 6
  • NEVER = 7