Definition at line 59 of file DataStructures.h.
Public Attributes | |
enum TShadowMethod | method |
Algorithm used to create shadow volumes. | |
bool | dropShadows |
Create shadow volumes or shadows. | |
float | fDepth |
Shadow volumes depth. |
|
Algorithm used to create shadow volumes.
Definition at line 60 of file DataStructures.h. Referenced by CShadowManager::CShadowManager(), CShadowManager::method2algorithm(), CShadowManager::printSettings(), and CShadowManager::setMethod(). |
|
Create shadow volumes or shadows. Shadows are default. For debug purposes only. Definition at line 61 of file DataStructures.h. Referenced by CShadowManager::CShadowManager(), and CShadowManager::printSettings(). |
|
Shadow volumes depth.
Definition at line 64 of file DataStructures.h. Referenced by CShadowManager::CShadowManager(), CShadowManager::printSettings(), and CShadowManager::setSVDepth(). |