This file contains the Light class. More...
Go to the source code of this file.
Classes | |
class | ven::Light |
Class for light. More... | |
Namespaces | |
namespace | ven |
Variables | |
static constexpr float | ven::DEFAULT_LIGHT_INTENSITY = .2F |
static constexpr float | ven::DEFAULT_LIGHT_RADIUS = 0.1F |
static constexpr float | ven::DEFAULT_SHININESS = 32.F |
static constexpr glm::vec4 | ven::DEFAULT_LIGHT_COLOR = {glm::vec3(1.F), DEFAULT_LIGHT_INTENSITY} |
static constexpr uint8_t | ven::MAX_LIGHTS = 10 |
This file contains the Light class.
Definition in file Light.hpp.