X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fobject.h;h=80a73cba61e2caf6ac53281af7bb7ded14c303e8;hb=9813f8711628a0fbe786406e974dc33546dc9cee;hp=dea389e4b8ae4d0d841ccbea333341bbc2a40ef9;hpb=c0b7d6ee4a7478f5aecb1504429ec1fc846d64ed;p=libs%2Fgl.git 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);