#include <lightsource.h>
◆ ambient()
| std::array< float, 3 > yourgame::gl::Lightsource::ambient |
( |
| ) |
|
◆ data()
| std::array< float, 12 > yourgame::gl::Lightsource::data |
( |
| ) |
|
◆ diffuse()
| std::array< float, 3 > yourgame::gl::Lightsource::diffuse |
( |
| ) |
|
◆ position()
| std::array< float, 3 > yourgame::gl::Lightsource::position |
( |
| ) |
|
◆ setAmbient()
| void yourgame::gl::Lightsource::setAmbient |
( |
std::array< float, 3 > |
col | ) |
|
◆ setDiffuse()
| void yourgame::gl::Lightsource::setDiffuse |
( |
std::array< float, 3 > |
col | ) |
|
◆ setPosition()
| void yourgame::gl::Lightsource::setPosition |
( |
std::array< float, 3 > |
pos | ) |
|
◆ setSpecular()
| void yourgame::gl::Lightsource::setSpecular |
( |
std::array< float, 3 > |
col | ) |
|
◆ specular()
| std::array< float, 3 > yourgame::gl::Lightsource::specular |
( |
| ) |
|
The documentation for this class was generated from the following files: