Light source that emits light in all directions from a fixed point in space.
More...
#include <PointLight.h>
|
| PointLight (double strength=10, std::array< unsigned char, 3 > color={255, 255, 255}) |
| Constrcutor. More...
|
|
| Light (double strength=10, std::array< unsigned char, 3 > color={255, 255, 255}) |
| Constrcutor. More...
|
|
Light source that emits light in all directions from a fixed point in space.
◆ PointLight()
spatium::gfx3d::PointLight::PointLight |
( |
double |
strength = 10 , |
|
|
std::array< unsigned char, 3 > |
color = {255, 255, 255} |
|
) |
| |
|
inline |
Constrcutor.
- Parameters
-
[in] | strength | Strength |
[in] | color | Color (RGB) |
◆ m_position
The documentation for this class was generated from the following file:
- /home/martijn/Development/Projects/SpatiumLib/include/spatium/gfx3d/PointLight.h