Autodesk.AutoCAD.GraphicsInterface Namespace > RapidRTLightingMode Enumeration
Autodesk.AutoCAD.GraphicsInterface.RapidRTLightingMode Enumeration   
Description

 

Lighting Mode. 

The enumeration to specify the light mode.

Visual Basic
Public Enum RapidRTLightingMode
  Simplified
  Basic
  Advanced
End Enum
C#
public enum RapidRTLightingMode {
  Simplified,
  Basic,
  Advanced
}
Members
Members 
Description 
Simplified 
Global illumination and Glossy reflection/refraction is turned off. Simplified strategy to reduce noise. 
Basic 
Ambient Occlusion and a simpler model for ambient light and IBL.
Ambient occlusion and a simpler model for ambient light and IBL. This is to set Lighting Calculation option to 'Faster' in the Render Preset Manager. 
Advanced 
Full Global Illumination and a more advanced model for ambient light and IBL.
Full global illumination and a more advance model for ambient light and IBL. This is to set Lighting Calculation option to 'More Realistic' in the Render Preset Manager. 
   Comments?