Click or drag to resize
SoEnvironmentattenuation Property

Squared, linear, and constant light attenuation coefficients (in that order) with respect to distance of light from surface (for Phong lighting).

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFVec3f attenuation { get; }

Property Value

Type: SoSFVec3f
Remarks

Default is 0, 0, 1.

See Also