Click or drag to resize
SoTextureImage3ElementSet Method (SoState, SoNode, SbVec3s, Int32, Byte, SoBufferObject, Int32, Int32, Int32, Int32, Int32, SbColor, Single, Boolean, SbVec4f)

Sets the current image, wrap, and model.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void Set(
	SoState state,
	SoNode node,
	SbVec3s size,
	int numComponents,
	byte[] bytes,
	SoBufferObject bufferObject,
	int GLInternalFormat,
	int wrapS,
	int wrapT,
	int wrapR,
	int model,
	SbColor blendColor,
	float maxAnisotropy,
	bool enableBorder,
	SbVec4f borderColor
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
size
Type: OIV.InventorSbVec3s
numComponents
Type: SystemInt32
bytes
Type: SystemByte
bufferObject
Type: OIV.Inventor.DevicesSoBufferObject
GLInternalFormat
Type: SystemInt32
wrapS
Type: SystemInt32
wrapT
Type: SystemInt32
wrapR
Type: SystemInt32
model
Type: SystemInt32
blendColor
Type: OIV.InventorSbColor
maxAnisotropy
Type: SystemSingle
enableBorder
Type: SystemBoolean
borderColor
Type: OIV.InventorSbVec4f
Remarks

See Also