SoBumpMappingPropertyElementGet Method |
Gets the current attributes in the state.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void Get(
SoState state,
out SoBumpMappingPropertyElementNormalMapSpaces normalMapSpace,
out bool isShadowed,
out bool isEyeDistanceAttenuation,
out bool isOnlyClosestLightUsed,
out SoBumpMappingPropertyElementTextureFormats textureFormat
)
Public Shared Sub Get (
state As SoState,
<OutAttribute> ByRef normalMapSpace As SoBumpMappingPropertyElementNormalMapSpaces,
<OutAttribute> ByRef isShadowed As Boolean,
<OutAttribute> ByRef isEyeDistanceAttenuation As Boolean,
<OutAttribute> ByRef isOnlyClosestLightUsed As Boolean,
<OutAttribute> ByRef textureFormat As SoBumpMappingPropertyElementTextureFormats
)
public:
static void Get(
SoState^ state,
[OutAttribute] SoBumpMappingPropertyElementNormalMapSpaces% normalMapSpace,
[OutAttribute] bool% isShadowed,
[OutAttribute] bool% isEyeDistanceAttenuation,
[OutAttribute] bool% isOnlyClosestLightUsed,
[OutAttribute] SoBumpMappingPropertyElementTextureFormats% textureFormat
)
static member Get :
state : SoState *
normalMapSpace : SoBumpMappingPropertyElementNormalMapSpaces byref *
isShadowed : bool byref *
isEyeDistanceAttenuation : bool byref *
isOnlyClosestLightUsed : bool byref *
textureFormat : SoBumpMappingPropertyElementTextureFormats byref -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- normalMapSpace
- Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementNormalMapSpaces
- isShadowed
- Type: SystemBoolean
- isEyeDistanceAttenuation
- Type: SystemBoolean
- isOnlyClosestLightUsed
- Type: SystemBoolean
- textureFormat
- Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementTextureFormats
Remarks
See Also