Click or drag to resize
SoEnvironmentElementEnvironmentParameters Constructor

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public EnvironmentParameters(
	float ambientIntensity,
	SbColor ambientColor,
	SbVec3f attenuation,
	SoEnvironmentElementFogTypes fogType,
	SbColor fogColor,
	float fogStart,
	float fogVisibility
)

Parameters

ambientIntensity
Type: SystemSingle
ambientColor
Type: OIV.InventorSbColor
attenuation
Type: OIV.InventorSbVec3f
fogType
Type: OIV.Inventor.ElementsSoEnvironmentElementFogTypes
fogColor
Type: OIV.InventorSbColor
fogStart
Type: SystemSingle
fogVisibility
Type: SystemSingle
Remarks