]> git.tdb.fi Git - libs/gl.git/blobdiff - source/materials/basicmaterial.h
Remove some deprecated stuff that's getting in the way
[libs/gl.git] / source / materials / basicmaterial.h
index 2b27b212b6e6f8430dc6e54202fd1a34803bef34..a5a8a43f31472c9e9e5f9c4fd320a77cba42e53c 100644 (file)
@@ -29,7 +29,6 @@ private:
        Property<Vector3> normal;
        Property<Color> emission;
        Property<float> reflectivity;
-       bool receive_shadows;
 
        static const Tag texture_tags[];
 
@@ -40,8 +39,6 @@ protected:
        virtual void fill_program_info(std::string &, std::map<std::string, int> &) const;
 
 public:
-       DEPRECATED virtual void attach_textures_to(Texturing &, ProgramData &) const;
-
        virtual const Tag *get_texture_tags() const { return texture_tags; }
        virtual const Texture *get_texture(Tag) const;
 
@@ -56,7 +53,6 @@ public:
        void set_shininess_map(const Texture *);
        void set_reflectivity(float);
        void set_reflectivity_map(const Texture *);
-       void set_receive_shadows(bool);
 };
 
 } // namespace GL