Blender V4.5
LightManager Class Reference

#include <light.h>

Classes

struct  IESSlot

Public Types

enum  : uint32_t {
  MESH_NEED_REBUILD = (1 << 0) , EMISSIVE_MESH_MODIFIED = (1 << 1) , LIGHT_MODIFIED = (1 << 2) , LIGHT_ADDED = (1 << 3) ,
  LIGHT_REMOVED = (1 << 4) , OBJECT_MANAGER = (1 << 5) , SHADER_COMPILED = (1 << 6) , SHADER_MODIFIED = (1 << 7) ,
  UPDATE_ALL = ~0u , UPDATE_NONE = 0u
}

Public Member Functions

 LightManager ()
int add_ies (const string &content)
int add_ies_from_file (const string &filename)
void remove_ies (const int slot)
void device_update (Device *device, DeviceScene *dscene, Scene *scene, Progress &progress)
void device_free (Device *device, DeviceScene *dscene, const bool free_background=true)
void tag_update (Scene *scene, const uint32_t flag)
bool need_update () const
bool has_background_light (Scene *scene)

Public Attributes

bool need_update_background

Protected Member Functions

void test_enabled_lights (Scene *scene)
void device_update_lights (DeviceScene *dscene, Scene *scene)
void device_update_distribution (Device *device, DeviceScene *dscene, Scene *scene, Progress &progress)
void device_update_tree (Device *device, DeviceScene *dscene, Scene *scene, Progress &progress)
void device_update_background (Device *device, DeviceScene *dscene, Scene *scene, Progress &progress)
void device_update_ies (DeviceScene *dscene)

Protected Attributes

vector< unique_ptr< IESSlot > > ies_slots
thread_mutex ies_mutex
bool last_background_enabled
int last_background_resolution
uint32_t update_flags

Detailed Description

Definition at line 85 of file scene/light.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : uint32_t
Enumerator
MESH_NEED_REBUILD 
EMISSIVE_MESH_MODIFIED 
LIGHT_MODIFIED 
LIGHT_ADDED 
LIGHT_REMOVED 
OBJECT_MANAGER 
SHADER_COMPILED 
SHADER_MODIFIED 
UPDATE_ALL 
UPDATE_NONE 

Definition at line 87 of file scene/light.h.

Constructor & Destructor Documentation

◆ LightManager()

LightManager::LightManager ( )

Member Function Documentation

◆ add_ies()

int LightManager::add_ies ( const string & content)

Definition at line 1498 of file scene/light.cpp.

References hash, ies_mutex, ies_slots, need_update_background, UPDATE_ALL, and update_flags.

Referenced by add_ies_from_file().

◆ add_ies_from_file()

int LightManager::add_ies_from_file ( const string & filename)

Definition at line 1486 of file scene/light.cpp.

References add_ies(), and path_read_text().

◆ device_free()

◆ device_update()

◆ device_update_background()

◆ device_update_distribution()

◆ device_update_ies()

void LightManager::device_update_ies ( DeviceScene * dscene)
protected

◆ device_update_lights()

◆ device_update_tree()

◆ has_background_light()

bool LightManager::has_background_light ( Scene * scene)

Definition at line 237 of file scene/light.cpp.

References LIGHT_BACKGROUND, and Scene::objects.

◆ need_update()

bool LightManager::need_update ( ) const

Definition at line 1481 of file scene/light.cpp.

References update_flags, and UPDATE_NONE.

Referenced by device_update().

◆ remove_ies()

void LightManager::remove_ies ( const int slot)

Definition at line 1535 of file scene/light.cpp.

References assert, ies_mutex, ies_slots, need_update_background, UPDATE_ALL, and update_flags.

◆ tag_update()

void LightManager::tag_update ( Scene * scene,
const uint32_t flag )

Definition at line 1476 of file scene/light.cpp.

References update_flags.

◆ test_enabled_lights()

Member Data Documentation

◆ ies_mutex

thread_mutex LightManager::ies_mutex
protected

Definition at line 149 of file scene/light.h.

Referenced by add_ies(), and remove_ies().

◆ ies_slots

vector<unique_ptr<IESSlot> > LightManager::ies_slots
protected

Definition at line 148 of file scene/light.h.

Referenced by add_ies(), device_update_ies(), and remove_ies().

◆ last_background_enabled

bool LightManager::last_background_enabled
protected

Definition at line 151 of file scene/light.h.

Referenced by LightManager(), and test_enabled_lights().

◆ last_background_resolution

int LightManager::last_background_resolution
protected

Definition at line 152 of file scene/light.h.

Referenced by LightManager(), and test_enabled_lights().

◆ need_update_background

bool LightManager::need_update_background

Definition at line 104 of file scene/light.h.

Referenced by add_ies(), device_update(), LightManager(), remove_ies(), and test_enabled_lights().

◆ update_flags

uint32_t LightManager::update_flags
protected

Definition at line 154 of file scene/light.h.

Referenced by add_ies(), device_update(), LightManager(), need_update(), remove_ies(), and tag_update().


The documentation for this class was generated from the following files: