Click or drag to resize
SoGLLazyElementSendDiffuseByIndex Method

Sends diffuse color and transparency, by index.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SendDiffuseByIndex(
	int index
)

Parameters

index
Type: SystemInt32
Remarks

Included for compatibility with SoMaterialBundle. To be used by a shape to send additional colors after first send(). Should NEVER be the first send of a shape!

See Also