Click or drag to resize
SoBufferedShapecolorBuffer Property

Buffer object that contains the (optional) color values.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFBufferObject colorBuffer { get; }

Property Value

Type: SoSFBufferObject
Remarks

Default 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