SoVolumeIndexedFaceSetuseVbo Property |
Note: This API is now obsolete.
This field is ignored since Open Inventor 9.0.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SoSFBool useVbo { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public ReadOnly Property useVbo As SoSFBool
Get
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
property SoSFBool^ useVbo {
SoSFBool^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member useVbo : SoSFBool with get
Property Value
Type:
SoSFBool
RemarksObsoletesince Open Inventor 8500
Use the SoShapeHints.useVBO field to enable or disable use of Vextex Buffer Objects for rendering.
See Also