Lighting Mode.
The enumeration to specify the light mode.
Public Enum RapidRTLightingMode Simplified Basic Advanced End Enum
public enum RapidRTLightingMode { Simplified, Basic, Advanced }
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. |