SoTextureFilters Enumeration |
Specifies the OpenGL filtering method for minification and magnification.
Namespace: OIV.Inventor.Nodes
Member name | Value | Description | |
---|---|---|---|
AUTO | 0 | AUTO. | |
NEAREST | 9728 | NEAREST. | |
LINEAR | 9729 | LINEAR. | |
NEAREST_MIPMAP_NEAREST | 9984 | NEAREST_MIPMAP_NEAREST. | |
NEAREST_MIPMAP_LINEAR | 9986 | NEAREST_MIPMAP_LINEAR. | |
LINEAR_MIPMAP_NEAREST | 8305 | LINEAR_MIPMAP_NEAREST. | |
LINEAR_MIPMAP_LINEAR | 8307 | LINEAR_MIPMAP_LINEAR. |
AUTO is the default value. In this case Open Inventor automatically selects the filtering method depending on OIV.Inventor.Nodes.SoComplexity.textureQuality.