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 light (for Phong lighting).

Public propertyambientOcclusion

If set to true, ambient occlusion is activated.

Public propertyambientOcclusionIntensity

Intensity of ambient occlusion: the higher the value, the darker the scene.

Public propertyambientOcclusionRadius

Specifies the radius of the "sphere" (in world space) beyond which the ambient occlusion has no more effect.

Public propertyattenuation

Squared, linear, and constant light attenuation coefficients (in that order).

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