X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fobject.h;h=dc92326730c4f25a8abf8ec7d479a0d7966ca7f4;hb=e70662d7812464159f2e47f4bebb69d88f89ae93;hp=7d9f1619d58e5846759a68cc753f9951ad3808b6;hpb=28d12c73b197a16f7635badc01e42375728fde85;p=libs%2Fgl.git diff --git a/source/render/object.h b/source/render/object.h index 7d9f1619..dc923267 100644 --- a/source/render/object.h +++ b/source/render/object.h @@ -77,10 +77,13 @@ private: public: Object(); Object(const Mesh *, const Technique *); + Object(const Object &); + Object(Object &&); ~Object(); private: LevelOfDetail &get_lod(unsigned, const char *); + void watch_lod0(); public: /** Sets the mesh for the highest level of detail (index 0). */