SoBufferedShapecolorBuffer Property |
Buffer object that contains the (optional) color values.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFBufferObject colorBuffer { get; }
Public ReadOnly Property colorBuffer As SoSFBufferObject
Get
public:
property SoSFBufferObject^ colorBuffer {
SoSFBufferObject^ get ();
}
member colorBuffer : SoSFBufferObject with get
Property Value
Type:
SoSFBufferObject
RemarksDefault is no buffer. Colors are always per-vertex or per-vertex-indexed. Note: This buffer must be an SoCpuBufferObject or an SoGLBufferObject with target = ARRAY_BUFFER.
See Also