Click or drag to resize

TriangleMeshPrimitiveTextureFilter Property

Gets or sets the filter used for the Texture associated with this triangle mesh.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public virtual TextureFilter2D TextureFilter { get; set; }

Property Value

Type: TextureFilter2D
Exceptions
ExceptionCondition
InvalidOperationException Cannot set the TextureFilter to a mipmapping filter if the currently set Texture is not mipmap capable.
See Also