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

Description

Creates texture filters.

Object Model








Public Methods

Public Method Initialize Creates a texture filter using the specified minification/magnification options and texture wrap.
Public Method InitializeWithMinificationAndMagnification Creates a texture filter using the specified minification/magnification options.
Public Method InitializeWithTextureWrap Creates a texture filter using the specified texture wrap.

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 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
© 2016 All Rights Reserved.

STK Programming Interface 11.0.1