Click or drag to resize
SoCallbackActionGetTextureImage Method (SbVec2i32, Int32)

Returns texture information from the state.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SbNativeArray<byte> GetTextureImage(
	out SbVec2i32 size,
	out int numComps
)

Parameters

size
Type: OIV.InventorSbVec2i32
numComps
Type: SystemInt32

Return Value

Type: SbNativeArrayByte
Remarks

getTextureImage() returns NULL if no texture is enabled.

See Also