STK Graphics PrimitivesSend comments on this topic.
AgEStkGraphicsMagnificationFilter Enumeration
See Also

Description

The filter used when the pixel being textured maps to an area less than or equal to one texel.

Members

MemberValueDescription
eStkGraphicsMagnificationFilterNearest0Use the texel that is closest to the center of the pixel being textured. This usually faster than Linear but can produce images with sharper edges.
eStkGraphicsMagnificationFilterLinear1Use the weighted average of the four texels that are closest to the center of the pixel being textured.
© 2024 Analytical Graphics, Inc. All Rights Reserved.