SoEnvironmentElementGetLightAttenuation Method |
Gets the light attenuation.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SbVec3f GetLightAttenuation(
SoState state
)
Public Shared Function GetLightAttenuation (
state As SoState
) As SbVec3f
public:
static SbVec3f GetLightAttenuation(
SoState^ state
)
static member GetLightAttenuation :
state : SoState -> SbVec3f
Parameters
- state
- Type: OIV.Inventor.MiscSoState
Return Value
Type:
SbVec3fRemarks See Also