Click or drag to resize
SoEnvironmentElementGetDefault Method

Note: This API is now obsolete.

Returns the default value.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public static void GetDefault(
	out float ambientIntensity,
	out SbColor ambientColor,
	out SbVec3f attenuation,
	out SoEnvironmentElementFogTypes fogType,
	out SbColor fogColor,
	out float fogVisibility
)

Parameters

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

Obsoletesince Open Inventor 9900 This method is deprecated. Please use the default constructor of the EnvironmentParameters struct instead

See Also