Texture constants: Difference between revisions

From ENIGMA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
These are the constants related to texture filtering, eg. mipmapping and anisotropic filtering.
These are the constants related to texture filtering, eg. mipmapping and anisotropic filtering.


{| class="wikitable" cellpadding=5 cellspacing=0 border=0 style="background-color:#FAD796; border: 2px; border-style: solid; border-color:gray; {{box-shadow|0.1em|0.1em|1em|rgba(0,0,0,0.75)}};"
{| class="consttab" width=""
|- cellpadding=5 cellspacing=0 border=0 style="background-color:black; color:white;"
|-  
| '''Constant'''  
! '''Constant''' !! '''Description'''
| '''Description'''
|-
|-
|'''tx_none'''
|'''tx_none'''

Revision as of 01:15, 1 May 2013

These are the constants related to texture filtering, eg. mipmapping and anisotropic filtering.

Constant Description
tx_none No texture filtering is used.
tx_nearest Nearest neighbour texture filtering is used.
tx_bilinear Bilinear texture filtering is used.
tx_trilinear Trilinear texture filtering is used.