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