Click or drag to resize
SoBumpMappingPropertyElementSet Method

Sets 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 Set(
	SoState state,
	SoNode node,
	SoBumpMappingPropertyElementNormalMapSpaces normalMapSpace,
	bool isShadowed,
	bool isEyeDistanceAttenuation,
	bool isOnlyClosestLightUsed,
	SoBumpMappingPropertyElementTextureFormats textureFormat
)

Parameters

state
Type: OIV.Inventor.MiscSoState
node
Type: OIV.Inventor.NodesSoNode
normalMapSpace
Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementNormalMapSpaces
isShadowed
Type: SystemBoolean
isEyeDistanceAttenuation
Type: SystemBoolean
isOnlyClosestLightUsed
Type: SystemBoolean
textureFormat
Type: OIV.Inventor.ElementsSoBumpMappingPropertyElementTextureFormats
Remarks