X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fenvironmentmap.h;h=6fdd3749a9e316e6cad18cf6caeccc37613ad86c;hp=aa95630f1d4886815930201abbdbea8c4dd3c999;hb=aa9873652630db493b5bd9faee4117e9c30ef226;hpb=74e1414b1f86d6be0b0100b196b9b112cdda0435 diff --git a/source/environmentmap.h b/source/environmentmap.h index aa95630f..6fdd3749 100644 --- a/source/environmentmap.h +++ b/source/environmentmap.h @@ -35,10 +35,16 @@ private: Camera camera; mutable ProgramData shdata; bool rendered; + unsigned update_interval; + unsigned update_delay; public: EnvironmentMap(unsigned size, Renderable &rend, Renderable &env); + void set_depth_clip(float, float); + void set_update_interval(unsigned); + void queue_update(); + virtual void setup_frame(Renderer &); virtual void finish_frame();