X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Frender%2Fobject.h;h=80a73cba61e2caf6ac53281af7bb7ded14c303e8;hp=dea389e4b8ae4d0d841ccbea333341bbc2a40ef9;hb=ae45c0397e2cb8f0a01f2f31d01c95ff3870271e;hpb=23d4100160bfa33359ce297b6b36244abcaa5f82 diff --git a/source/render/object.h b/source/render/object.h index dea389e4..80a73cba 100644 --- a/source/render/object.h +++ b/source/render/object.h @@ -37,7 +37,7 @@ private: LevelOfDetail &lod; public: - LodLoader(Object &, unsigned, Collection *); + LodLoader(Object &, unsigned, Collection &); private: void mesh(const std::string &); @@ -50,10 +50,8 @@ public: class Loader: public LodLoader { public: - Loader(Object &o): Loader(o, 0) { } - Loader(Object &o, Collection &c): Loader(o, &c) { } + Loader(Object &, Collection &); private: - Loader(Object &, Collection *); virtual void finish(); void bounding_sphere_hint(float, float, float, float);