BuildingShadowMode¶
Namespace: ThinkGeo.Core
Defines how building shadows are rendered.
public enum BuildingShadowMode
Inheritance Object → ValueType → Enum → BuildingShadowMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| Perspective | 0 | Shadows are drawn using perspective relative to the viewer. |
| FixedDirection | 1 | Shadows are drawn using a fixed light direction. |