|
SO3Engine
|
#include <SO3LightingManager.h>
Public Member Functions | |
| SLightingManager (SScene *parent) | |
| ~SLightingManager () | |
| void | Reset () |
| SShadowManager * | GetShadowManager () |
| SScene * | GetParentScene () |
Definition at line 43 of file SO3LightingManager.h.
| SLightingManager::SLightingManager | ( | SScene * | parent | ) |
Constructor.
Definition at line 33 of file SO3LightingManager.cpp.
| SLightingManager::~SLightingManager | ( | ) |
Destructor.
Definition at line 40 of file SO3LightingManager.cpp.
| SScene * SLightingManager::GetParentScene | ( | ) |
Definition at line 46 of file SO3LightingManager.cpp.
| SShadowManager * SLightingManager::GetShadowManager | ( | ) |
Definition at line 56 of file SO3LightingManager.cpp.
| void SLightingManager::Reset | ( | ) |
Definition at line 51 of file SO3LightingManager.cpp.