Determines whether lighting is enabled or disabled.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| Disabled | 0 |
All lighting effects are disabled, and graphics are drawn at full intensity as originally designed in the graphics editor.
|
| Normal | 1 |
Lighting, bump mapping (aka normal mapping) and solidity shadows are enabled.
|
Remarks The reason this enumerated type exists is because there is a hope
to expand on the number of lighting effects available, and use this enumeration
to determine what effects should be applied to various layers.
See Also