This .NET enum wraps the AcGiMaterialTraits2::GlobalIlluminationMode ObjectARX enum. It indicates the global illumination mode to be set.
Public Enum GlobalIlluminationMode GlobalIlluminationNone GlobalIlluminationCast GlobalIlluminationReceive GlobalIlluminationCastAndReceive End Enum
public enum GlobalIlluminationMode { GlobalIlluminationNone, GlobalIlluminationCast, GlobalIlluminationReceive, GlobalIlluminationCastAndReceive }
Members |
Description |
GlobalIlluminationNone |
Indicates there is no global illumination. |
GlobalIlluminationCast |
Indicates that the global illumination is casting light. |
GlobalIlluminationReceive |
Indicates that the global illumination is receiving light. |
GlobalIlluminationCastAndReceive |
Indicates that the global illumination is casting and receiving light. |
Comments? |