This .NET enum wraps the AcGiViewportTraits::DefaultLightingType ObjectARX enum.
Enumerates the types of default lights available for viewports and full renders.
Public Enum DefaultLightingType OneDistantLight TwoDistantLights End Enum
public enum DefaultLightingType { OneDistantLight, TwoDistantLights }
Members |
Description |
OneDistantLight |
Default lighting is provided by one distant light and one ambient light. This matches the display characteristics of previous AutoCAD releases |
TwoDistantLights |
Default lighting is provided by two distant lights and one ambient light. This is the default in AutoCAD. |
Comments? |