X-Git-Url: http://git.mutantstargoat.com?a=blobdiff_plain;f=src%2Frenderer.h;h=efbab806346dd94851b791c25bc717d1a9c77bfa;hb=77e44c5424bd5e6e7c6a706151fa786a56270e12;hp=8f192430a269e4b118c44334dff9dd81b6f3bb21;hpb=c0915f6cc7bf834c5d745f2be0e218715a9dc845;p=demo 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