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: 2024.1.1.0 (2024.1.1)
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 OIV.Inventor.Devices.SoCpuBufferObject or OIV.Inventor.Devices.SoGpuBufferObject. (OIV.Inventor.Devices.SoGLBufferObject with target = ARRAY_BUFFER is also allowed but not recommended.)

See Also