11 #include <gale/resource/Program.hpp> 24 int32_t m_GL_direction;
25 int32_t m_GL_halfplane;
26 int32_t m_GL_ambientColor;
27 int32_t m_GL_diffuseColor;
28 int32_t m_GL_specularColor;
34 void setDirection(
const vec3& val) {
37 void setHalfPlane(
const vec3& val) {
40 void setAmbientColor(
const vec4& val) {
43 void setDiffuseColor(
const vec4& val) {
46 void setSpecularColor(
const vec4& val) {
47 m_specularColor = val;
50 friend std::ostream& operator <<(std::ostream& _os,
const ege::Light& _obj);
52 std::ostream& operator <<(std::ostream& _os,
const ege::Light& _obj);
Definition: AudioElement.hpp:8