Uses of Class
com.aspose.threed.TextureFilter
-
-
Uses of TextureFilter in com.aspose.threed
Methods in com.aspose.threed that return TextureFilter Modifier and Type Method Description TextureFilter
TextureBase. getMagFilter()
Gets the filter for magnification.TextureFilter
ITextureUnit. getMagnification()
Gets the filter mode for magnification.TextureFilter
TextureBase. getMinFilter()
Gets the filter for minification.TextureFilter
ITextureUnit. getMinification()
Gets the filter mode for minification.TextureFilter
TextureBase. getMipFilter()
Gets the filter for mip-level sampling.TextureFilter
ITextureUnit. getMipmap()
Gets the filter mode for mipmap.static TextureFilter
TextureFilter. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TextureFilter[]
TextureFilter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aspose.threed with parameters of type TextureFilter Modifier and Type Method Description void
TextureBase. setMagFilter(TextureFilter value)
Sets the filter for magnification.void
ITextureUnit. setMagnification(TextureFilter value)
Sets the filter mode for magnification.void
TextureBase. setMinFilter(TextureFilter value)
Sets the filter for minification.void
ITextureUnit. setMinification(TextureFilter value)
Sets the filter mode for minification.void
TextureBase. setMipFilter(TextureFilter value)
Sets the filter for mip-level sampling.void
ITextureUnit. setMipmap(TextureFilter value)
Sets the filter mode for mipmap.
-