This .NET class wraps the AcGiMaterialTraits2::luminanceMode ObjectARX class. It obtains the luminance mode of the material.
Public Enum LuminanceMode SelfIllumination Luminance End Enum
public enum LuminanceMode { SelfIllumination, Luminance }
Members |
Description |
SelfIllumination |
Self-illumination value. A positive value makes the object appear to give off light. |
Luminance |
Luminance mode to be used to set a physical scale factor to use with lights that are not physically based. |
Comments? |