X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbasicmaterial.h;h=5fca56a0300127e54fd7f0b06be52bb4e97586e1;hb=fd62e55d37716787fe909883a1b18e5b8128ec80;hp=9b7eab074ed5df6c43cc6b5afaa99a7d6a5eb219;hpb=4af69ec90120a0be828a1ae475a38674087110b5;p=libs%2Fgl.git diff --git a/source/basicmaterial.h b/source/basicmaterial.h index 9b7eab07..5fca56a0 100644 --- a/source/basicmaterial.h +++ b/source/basicmaterial.h @@ -33,6 +33,10 @@ private: public: BasicMaterial(); +protected: + virtual std::string create_program_source() const; + +public: void attach_textures_to(Texturing &, ProgramData &) const; void set_diffuse(const Color &);