SoTextureuseAutoMipmap Property |
Note: This API is now obsolete.
Sets OpenGL auto-mipmap generation (if supported).
Namespace: OIV.Inventor.NodesAssembly: 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; }
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public ReadOnly Property useAutoMipmap As SoSFBool
Get
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
property SoSFBool^ useAutoMipmap {
SoSFBool^ get ();
}
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member useAutoMipmap : SoSFBool with get
Property Value
Type:
SoSFBool
Remarksfalse 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