|
Hymn to Beauty
C++ 3D Engine
|
Configuration for visualizing debug information. More...
#include <RenderManager.hpp>
Public Attributes | |
| bool | showSoundSources |
| Whether to show sound sources. More... | |
| Video::Texture2D * | soundSourceTexture |
| Texture to show sound sources with. More... | |
| bool | showLightSources |
| Whether to show light sources. More... | |
| Video::Texture2D * | lightTexture |
| Texture to show light sources with. More... | |
| bool | showCameras |
| Whether to show cameras. More... | |
| Video::Texture2D * | cameraTexture |
| Texture to show cameras with. More... | |
| bool | showPhysics |
| Whether to show physics volumes. More... | |
| bool | showLightVolumes |
| Whether to show light culling volumes. More... | |
| bool | unlit |
| Whether to use full ambient instead of lighting the scene. More... | |
Configuration for visualizing debug information.
| Video::Texture2D* RenderManager::DebugConfiguration::cameraTexture |
Texture to show cameras with.
| Video::Texture2D* RenderManager::DebugConfiguration::lightTexture |
Texture to show light sources with.
| bool RenderManager::DebugConfiguration::showCameras |
Whether to show cameras.
| bool RenderManager::DebugConfiguration::showLightSources |
Whether to show light sources.
| bool RenderManager::DebugConfiguration::showLightVolumes |
Whether to show light culling volumes.
| bool RenderManager::DebugConfiguration::showPhysics |
Whether to show physics volumes.
| bool RenderManager::DebugConfiguration::showSoundSources |
Whether to show sound sources.
| Video::Texture2D* RenderManager::DebugConfiguration::soundSourceTexture |
Texture to show sound sources with.
| bool RenderManager::DebugConfiguration::unlit |
Whether to use full ambient instead of lighting the scene.