Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/light.h
| Show First 20 Lines • Show All 84 Lines • ▼ Show 20 Lines | public: | ||||
| /* Check whether the light has contribution the scene. */ | /* Check whether the light has contribution the scene. */ | ||||
| bool has_contribution(Scene *scene); | bool has_contribution(Scene *scene); | ||||
| friend class LightManager; | friend class LightManager; | ||||
| }; | }; | ||||
| class LightManager { | class LightManager { | ||||
| public: | |||||
| bool use_light_visibility; | bool use_light_visibility; | ||||
| public: | |||||
| bool need_update; | bool need_update; | ||||
| /* Need to update background (including multiple importance map) */ | /* Need to update background (including multiple importance map) */ | ||||
| bool need_update_background; | bool need_update_background; | ||||
| LightManager(); | LightManager(); | ||||
| ~LightManager(); | ~LightManager(); | ||||
| ▲ Show 20 Lines • Show All 50 Lines • Show Last 20 Lines | |||||