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.36.0 (9.9.36.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFBool useAutoMipmap { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property useAutoMipmap As SoSFBool
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFBool^ useAutoMipmap {
SoSFBool^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
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