X-Git-Url: https://eleni.mutantstargoat.com/git/?p=demo;a=blobdiff_plain;f=src%2Frenderer.h;h=efbab806346dd94851b791c25bc717d1a9c77bfa;hp=8f192430a269e4b118c44334dff9dd81b6f3bb21;hb=77e44c5424bd5e6e7c6a706151fa786a56270e12;hpb=697231b0832d626b328fc9ae4a5a5ef9a003aa1a diff --git a/src/renderer.h b/src/renderer.h index 8f19243..efbab80 100644 --- a/src/renderer.h +++ b/src/renderer.h @@ -14,6 +14,7 @@ protected: int mmviewproj_loc; int mview_loc; + Texture *skytex, *dskytex; ShaderProgram *sprog; virtual void draw_object(Object *object) const; @@ -26,6 +27,9 @@ public: virtual bool create(); virtual void draw() const; + + virtual void set_sky_tex(Texture *stex); + virtual void set_diffuse_sky_tex(Texture *dstex); }; #endif // RENDERER_H_ \ No newline at end of file