Click or drag to resize
SoTextureImageElementSet Method

Pass texname = -1 to deactivate subtexturing.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Set(
	SoState state,
	SoNode node,
	SbVec2i32 subSize,
	int xoffset,
	int yoffset,
	SbNativeArray<byte> buffer,
	int texname
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
subSize
Type: OIV.InventorSbVec2i32
xoffset
Type: SystemInt32
yoffset
Type: SystemInt32
buffer
Type: OIV.Inventor.GenericSbNativeArrayByte
texname
Type: SystemInt32
Remarks

Subtexturing not active by default. In any case, the regular set method must be called.

See Also