SoLazyElementSetShininess Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void SetShininess(
SoState state,
SoNode node,
float value
)
Public Shared Sub SetShininess (
state As SoState,
node As SoNode,
value As Single
)
public:
static void SetShininess(
SoState^ state,
SoNode^ node,
float value
)
static member SetShininess :
state : SoState *
node : SoNode *
value : float32 -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- value
- Type: SystemSingle
Remarks See Also