X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fobject.h;fp=source%2Fobject.h;h=52338a1657b7af5cc0f2df7bd1c989ac224ecb42;hb=df1f68d366e145716225f1a4dd223b0129280fb2;hp=e84bc9cf707d5f7c1e0ef10dea9a5c255100a647;hpb=25c81b4953dd38993250321b9407ce8b0139cbeb;p=libs%2Fgl.git diff --git a/source/object.h b/source/object.h index e84bc9cf..52338a16 100644 --- a/source/object.h +++ b/source/object.h @@ -44,11 +44,11 @@ public: void init(); private: - void mesh(); - void mesh(unsigned); + void mesh_inline(); + void mesh_inline_lod(unsigned); void mesh(const std::string &); - void mesh(unsigned, const std::string &); - void technique(); + void mesh_lod(unsigned, const std::string &); + void technique_inline(); void technique(const std::string &); };