STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsTextureFilter2DFactory Interface

Description

Creates texture filters.

Public Methods

Public Method InitializeCreates a texture filter using the specified minification/magnification options and texture wrap.
Public Method InitializeWithMinificationAndMagnificationCreates a texture filter using the specified minification/magnification options.
Public Method InitializeWithTextureWrapCreates a texture filter using the specified texture wrap.

Public Properties

Public Property LinearClampToEdgeGets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: ClampToEdge, WrapT: ClampToEdge.
Public Property LinearRepeatGets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: Repeat, WrapT: Repeat.
Public Property NearestClampToEdgeGets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: ClampToEdge, WrapT: ClampToEdge.
Public Property NearestRepeatGets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: Repeat, WrapT: Repeat.
© 2024 Analytical Graphics, Inc. All Rights Reserved.