Add to the current light list and to the current matrix list.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Add(
SoState state,
SoLight light,
SbMatrix WCToVRCMatrix
)
Public Shared Sub Add (
state As SoState,
light As SoLight,
WCToVRCMatrix As SbMatrix
)
public:
static void Add(
SoState^ state,
SoLight^ light,
SbMatrix WCToVRCMatrix
)
static member Add :
state : SoState *
light : SoLight *
WCToVRCMatrix : SbMatrix -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- light
- Type: OIV.Inventor.NodesSoLight
- WCToVRCMatrix
- Type: OIV.InventorSbMatrix
Remarks See Also