SoLightAttenuationElementSet Method |
Sets the current light attenuation(s).
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
SoNode node,
SbVec3f attenuation
)
Public Shared Sub Set (
state As SoState,
node As SoNode,
attenuation As SbVec3f
)
public:
static void Set(
SoState^ state,
SoNode^ node,
SbVec3f attenuation
)
static member Set :
state : SoState *
node : SoNode *
attenuation : SbVec3f -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- node
- Type: OIV.Inventor.NodesSoNode
- attenuation
- Type: OIV.InventorSbVec3f
Remarks See Also