SoBumpMappingPropertyElementGetDefault Method |
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static void GetDefault(
out SoBumpMappingPropertyElementNormalMapSpaces normalMapSpace,
out bool isShadowed,
out bool isEyeDistanceAttenuation,
out bool isOnlyClosestLightUsed,
out SoBumpMappingPropertyElementTextureFormats textureFormat
)
Public Shared Sub GetDefault (
<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 GetDefault(
[OutAttribute] SoBumpMappingPropertyElementNormalMapSpaces% normalMapSpace,
[OutAttribute] bool% isShadowed,
[OutAttribute] bool% isEyeDistanceAttenuation,
[OutAttribute] bool% isOnlyClosestLightUsed,
[OutAttribute] SoBumpMappingPropertyElementTextureFormats% textureFormat
)
static member GetDefault :
normalMapSpace : SoBumpMappingPropertyElementNormalMapSpaces byref *
isShadowed : bool byref *
isEyeDistanceAttenuation : bool byref *
isOnlyClosestLightUsed : bool byref *
textureFormat : SoBumpMappingPropertyElementTextureFormats byref -> unit
Parameters
- normalMapSpace
- Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementNormalMapSpaces
- isShadowed
- Type: SystemBoolean
- isEyeDistanceAttenuation
- Type: SystemBoolean
- isOnlyClosestLightUsed
- Type: SystemBoolean
- textureFormat
- Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementTextureFormats
Remarks
See Also