X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmaterials%2Flight.h;h=05a05aa90040a65bbf1017a070fdc9ab85cb75c0;hb=5008778dbb1840bf7c6d479800d2b932f8386fb2;hp=a6ffd16efd3701d456cb3b0d3578b0ee558d6f6b;hpb=5bb193f930fb8738d099d630c4d625d82c1215b5;p=libs%2Fgl.git diff --git a/source/materials/light.h b/source/materials/light.h index a6ffd16e..05a05aa9 100644 --- a/source/materials/light.h +++ b/source/materials/light.h @@ -71,11 +71,6 @@ public: const Color &get_color() const { return color; } const Color &get_transmittance() const { return transmittance; } - DEPRECATED void set_diffuse(const Color &c) { set_color(c); } - DEPRECATED void set_specular(const Color &) { } - DEPRECATED const Color &get_diffuse() const { return color; } - DEPRECATED const Color &get_specular() const { return color; } - /** Sets the postion and orientation of the Light from a matrix. Negative Z axis is used as the spot direction, other axes are ignored. */ virtual void set_matrix(const Matrix &);