![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "ECS/Components/Headers/SGNComponent.h"
#include "Rendering/Lighting/ShadowMapping/Headers/ShadowMap.h"
#include "Core/Math/BoundingVolumes/Headers/BoundingSphere.h"
#include <ECS/Event/IEventListener.h>
#include "Light.inl"
Go to the source code of this file.
Classes | |
class | Divide::Light |
A light object placed in the scene at a certain position. More... | |
struct | Divide::Light::ShadowProperties |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::TypeUtil |
Macros | |
#define | DVD_LIGHT_COMPONENT_H_ |
Functions | |
const char * | Divide::TypeUtil::LightTypeToString (LightType lightType) noexcept |
LightType | Divide::TypeUtil::StringToLightType (const string &name) |