MonoTouch.GLKit.GLKFogMode Enumeration
An enumeration whose values specify different types of fog effect.

Syntax

public enum GLKFogMode

Remarks

In all cases, the fog calculation is clamped to the range 0..1.

Members

Member NameDescription
ExpThe fog is calculated using Math.Exp(-density * distance).
Exp2The fog is calculated using Math.Exp(-(density * distance) ^2).
LinearThe fog is calculated using (end - distance) / (end - start).

Requirements

Namespace: MonoTouch.GLKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0