DefaultLightingType Enumeration
|
This enumeration stores the types of a distant
light.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public enum DefaultLightingType
Public Enumeration DefaultLightingType
public enum class DefaultLightingType
Members
| Member name |
Value |
Description |
| OneDistantLight |
0 |
One distant light that is located infinitely far from a
scene. |
| TwoDistantLights |
1 |
Two distant lights that are located infinitely far from a
scene. |
See Also