Click or drag to resize
SoShaderProgramAddShaderParameterImage Method

Convenience method to create an OIV.Inventor.Nodes.SoShaderParameterImage with the specified name and value and add it to this shader program.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoShaderParameterImage AddShaderParameterImage(
	string name,
	SoTexture tex
)

Parameters

name
Type: SystemString
tex
Type: OIV.Inventor.NodesSoTexture

Return Value

Type: SoShaderParameterImage
Remarks