Click or drag to resize
SoBufferedShapetexCoordsBuffer Property

Buffer objects that contains the (optional) texture coordinates.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoMFBufferObject texCoordsBuffer { get; }

Property Value

Type: SoMFBufferObject
Remarks

Default is no buffer. 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