X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fobject.h;h=3d0415c66daa64b3c8ebb3436b0da037897912e9;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hp=a11bfd9b654d0ffa98887fefcb2c886a360e1d98;hpb=84269f7b598673b06757313d70934a1747045b69;p=libs%2Fgl.git diff --git a/source/object.h b/source/object.h index a11bfd9b..3d0415c6 100644 --- a/source/object.h +++ b/source/object.h @@ -72,6 +72,7 @@ private: std::vector lods; Geometry::BoundingSphere bounding_sphere; + bool lod0_watched; public: Object(); @@ -122,6 +123,7 @@ private: const RenderPass *get_pass(const Tag &, unsigned) const; virtual void resource_loaded(Resource &); + virtual void resource_removed(Resource &); }; } // namespace GL