AGI STK Graphics 11 Send comments on this topic.
IAgStkGraphicsTextureFilter2D Interface

Description

A texture filter.

Public Properties

Public Property LinearClampToEdge Gets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: ClampToEdge, WrapT: ClampToEdge
Public Property LinearRepeat Gets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: Repeat, WrapT: Repeat
Public Property MagnificationFilter Gets the magnification filter used when the pixel being textured maps to an area greater than one texel.
Public Property MinificationFilter Gets the minification filter used when the pixel being textured maps to an area less than or equal to one texel.
Public Property NearestClampToEdge Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: ClampToEdge, WrapT: ClampToEdge
Public Property NearestRepeat Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: Repeat, WrapT: Repeat
Public Property WrapS Gets the texture wrap for the s direction.
Public Property WrapT Gets the texture wrap for the t direction.
© 2016 All Rights Reserved.

STK Programming Interface 11.0.1