Click or drag to resize
SoTextureuseAutoMipmap Property

Note: This API is now obsolete.

Sets OpenGL auto-mipmap generation (if supported).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SoSFBool useAutoMipmap { get; }

Property Value

Type: SoSFBool
Remarks

false by default.

NOTE: field available since Open Inventor 6.0Obsoletesince Open Inventor 9620 No longer used. mip map are always generated if needed.

See Also