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: 9.9.13.0 (9.9.13.0)
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_NEAREST9985

LINEAR_MIPMAP_NEAREST.

LINEAR_MIPMAP_LINEAR9987

LINEAR_MIPMAP_LINEAR.

Remarks

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

See Also