Click or drag to resize
SoTextureFilters Enumeration

Specifies the OpenGL filtering method for minification and magnification.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Filters
Members
  Member nameValueDescription
AUTO0

AUTO.

NEAREST9728

NEAREST.

LINEAR9729

LINEAR.

NEAREST_MIPMAP_NEAREST9984

NEAREST_MIPMAP_NEAREST.

NEAREST_MIPMAP_LINEAR9986

NEAREST_MIPMAP_LINEAR.

LINEAR_MIPMAP_NEAREST8305

LINEAR_MIPMAP_NEAREST.

LINEAR_MIPMAP_LINEAR8307

LINEAR_MIPMAP_LINEAR.

Remarks

AUTO is the default value. In this case Open Inventor automatically selects the filtering method depending on OIV.Inventor.Nodes.SoComplexity.textureQuality.

See Also