Enums.LightingMode enumeration
The LightingMode can be one of:
Constant | Description |
---|---|
Enums.LightingModeNoLight | (0) No ambient light. |
Enums.LightingModeLight | (1) Applies ambient light with no shadows cast from terrain and 3D models. |
Enums.LightingModeLightAndShadows | (2) Applies ambient light with shadows cast from terrain and 3D models. |