SoMaterialElementSetAmbient Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static void SetAmbient(
SoState state,
SoNode node,
SbColor color
)
Public Shared Sub SetAmbient (
state As SoState,
node As SoNode,
color As SbColor
)
public:
static void SetAmbient(
SoState^ state,
SoNode^ node,
SbColor color
)
static member SetAmbient :
state : SoState *
node : SoNode *
color : SbColor -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- color
- Type: OIV.InventorSbColor
Remarks See Also