SoMaterialElementSetSpecular Method (SoState, SoNode, SbColor) |
Note: This API is now obsolete.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setSpecular() method that takes a Face parameter instead.")]
public static void SetSpecular(
SoState state,
SoNode node,
SbColor color
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setSpecular() method that takes a Face parameter instead.")>
Public Shared Sub SetSpecular (
state As SoState,
node As SoNode,
color As SbColor
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"Obsolete since Open Inventor 2025.1. Use the setSpecular() method that takes a Face parameter instead.")]
static void SetSpecular(
SoState^ state,
SoNode^ node,
SbColor color
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("Obsolete since Open Inventor 2025.1. Use the setSpecular() method that takes a Face parameter instead.")>]
static member SetSpecular :
state : SoState *
node : SoNode *
color : SbColor -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- color
- Type: OIV.InventorSbColor
Remarks Caution |
---|
Obsolete since Open Inventor 2025.1. Use the OIV.Inventor.Elements.SoMaterialElement.SetSpecular(OIV.Inventor.Misc.SoState, OIV.Inventor.Elements.SoMaterialElement.Faces, OIV.Inventor.Nodes.SoNode, OIV.Inventor.SbColor) method that takes a Face parameter instead. |
See Also