Click or drag to resize
SoEnvironment Properties

The SoEnvironment type exposes the following members.

Properties
  NameDescription
Public propertyambientColor

RGB color of ambient lighting (for Phong lighting).

Public propertyambientIntensity

Intensity of ambient lighting (for Phong lighting).

Public propertyattenuation

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

Public propertyfogColor

Fog color.

Public propertyfogStart

Distance at which the linear fog HAZE starts to be applied.

Public propertyfogType

Type of fog.

Public propertyfogVisibility

Fog visibility distance, which is the distance at which fog totally obscures objects.

Public propertyIsDisposable
ISafeDisposable interface implementation.
(Inherited from SoDisposable.)
Public propertyUserData
Gets or sets the user data to be contained by the field container.
(Inherited from SoFieldContainer.)
Top
See Also