]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/pointlight.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / materials / pointlight.h
index ed9789c7b0d2de622bc04e61800205260347dc0d..a49fbe0ef3de09b462cc54c44ad0d5e40b653be8 100644 (file)
@@ -43,7 +43,10 @@ public:
        void set_position(const Vector3 &);
        const Vector3 &get_position();
 
+       /** Sets the constant, linear and quadratic attentuation factors for the
+       light. */
        void set_attenuation(float, float, float);
+
        const float *get_attenuation() const { return attenuation; }
 
 protected: