Click or drag to resize
SoBumpMappingPropertyElementGet Method

Gets the current attributes in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static void Get(
	SoState state,
	out SoBumpMappingPropertyElementNormalMapSpaces normalMapSpace,
	out bool isShadowed,
	out bool isEyeDistanceAttenuation,
	out bool isOnlyClosestLightUsed,
	out SoBumpMappingPropertyElementTextureFormats textureFormat
)

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