Click or drag to resize
SoUniformShaderParameterElementAdd Method (SoState, SoShaderParameter, SoMFNode)

Note: This API is now obsolete.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 1.0.0.0. Use the add() without a SoMFNode as last parameter.")]
public static void Add(
	SoState state,
	SoShaderParameter param,
	SoMFNode shaderObjects
)

Parameters

state
Type: OIV.Inventor.MiscSoState
param
Type: OIV.Inventor.NodesSoShaderParameter
shaderObjects
Type: OIV.Inventor.FieldsSoMFNode
Remarks

Caution note Caution

Obsolete since Open Inventor 1000. Use the OIV.Inventor.Elements.SoUniformShaderParameterElement.Add(OIV.Inventor.Misc.SoState, OIV.Inventor.Nodes.SoShaderParameter) without a OIV.Inventor.Fields.SoMFNode as last parameter.

See Also