Eyeshot 9.0 WinForms API Reference
MinifyingFunction Property (Material)

WinForms Assembly > devDept.Graphics Namespace > Material Class : MinifyingFunction Property
Gets or sets the texture minifying function. The texture minifying function is used whenever the pixel being textured maps to an area greater than one texture element. There are six defined minifying functions. Two of them use the nearest one or nearest four texture elements to compute the texture value. The other four use mipmaps.
Syntax
'Declaration
 
Public Property MinifyingFunction As textureFilteringFunctionType
public textureFilteringFunctionType MinifyingFunction {get; set;}
See Also

Reference

Material Class
Material Members