X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fenvironmentmap.h;h=5f3b6a14b81b0493ac0e9fe2acbdb78bff7d5726;hp=006779462f5b93853e16c18ddf357caf06f7fff1;hb=698e78ecfa30cc3580050996bc236c3ebe65aa2a;hpb=d386eadfd08b556ecb05627a7ceca14652e8b1e5 diff --git a/source/environmentmap.h b/source/environmentmap.h index 00677946..5f3b6a14 100644 --- a/source/environmentmap.h +++ b/source/environmentmap.h @@ -39,10 +39,12 @@ private: public: EnvironmentMap(unsigned size, Renderable &rend, Renderable &env); + void set_depth_clip(float, float); + virtual void setup_frame(Renderer &); virtual void finish_frame(); - virtual void render(Renderer &, const Tag &) const; + virtual void render(Renderer &, const Tag & = Tag()) const; }; } // namespace GL