C++
typedef enum { krESimplistic = 0, krEBasic, krEAdvanced } AcGiLightingMode;
File
AcGiEnvironment.h
Members
Members | Description |
---|---|
krESimplistic | Global illumination and Glossy reflection/refraction is turned off. Simplified strategy to reduce noise. |
krEBasic | 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. |
krEAdvanced | 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. |
Description
The enumeration to specify the light mode.