Click or drag to resize
SoExtTexture2UseTexturePalette Method

If true, uses a 256-color-indexed palette.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void UseTexturePalette(
	bool value
)

Parameters

value
Type: SystemBoolean
Remarks

You must call this method before the textures are loaded. Default is false. NOTE: If the field enableCompressedTexture is set true, its value takes precedence over this request to use a paletted texture. Compressed textures will be used.

See Also