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: 10.12.3.0 (10.12.3.0)
Syntax
[ObsoleteAttribute("Obsolete since Open Inventor 1000. Use the add() without a SoMFNode as last parameter.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
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