X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Finstancescene.h;h=ae9b637b8560543cda0b83e625507e4d9dd5e0be;hb=dbc91b65728ab9c0e574bb1127cfe4d2da55de7f;hp=85ec3794493e1d27fedb1094a917d7f33dd66eb3;hpb=233dff2a6c552e08da832496aecd88ef4f8948f1;p=libs%2Fgl.git diff --git a/source/render/instancescene.h b/source/render/instancescene.h index 85ec3794..ae9b637b 100644 --- a/source/render/instancescene.h +++ b/source/render/instancescene.h @@ -3,6 +3,7 @@ #include #include +#include #include #include "scene.h" @@ -14,7 +15,7 @@ A Scene optimized for rendering instanced Renderables, such as ObjectInstances. All Renderables with the same instance key are rendered consecutively; within the same key rendering order is unspecified. */ -class InstanceScene: public Scene +class DEPRECATED InstanceScene: public Scene { private: typedef std::set RenderableSet;