]> git.tdb.fi Git - libs/gl.git/blobdiff - source/lighting.h
Remove the deprecated ProgramBuilder class
[libs/gl.git] / source / lighting.h
index c36b33527c98eb031f0e7454ca6411ac0cb9f669..ca214fc829601c9c26fa05e73e9e6d37f08d46be 100644 (file)
@@ -3,7 +3,6 @@
 
 #include <vector>
 #include <msp/geometry/angle.h>
-#include "bindable.h"
 #include "color.h"
 #include "gl.h"
 #include "programdata.h"
@@ -62,9 +61,6 @@ public:
        effect without shaders. */
        void set_zenith_direction(const Vector3 &);
 
-       /// Deprecated alias for set_zenith_direction
-       void set_sky_direction(const Vector3 &d) { set_zenith_direction(d); }
-
        /** Sets the angle where skylight cuts off, counted from the true horizon.
        Has no effect without shaders. */
        void set_horizon_angle(const Geometry::Angle<float> &);