FinalGatheringMode Enumeration
|
This enumeration final gathering mode. Final
gathering allows for indirect illumination effects such as
color-bleeding, and can be combined with global illumination to
enhance the effect of GI.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public enum FinalGatheringMode
Public Enumeration FinalGatheringMode
public enum class FinalGatheringMode
Members
| Member name |
Value |
Description |
| FinalGatherOff |
0 |
Final gathering is off. |
| FinalGatherOn |
1 |
Final gathering is on. |
| FinalGatherAuto |
2 |
Final gathering mode is defined automatically. |
See Also