]> git.tdb.fi Git - libs/gl.git/blobdiff - source/object.h
Rename some Loader methods to avoid having to static_cast the pointers
[libs/gl.git] / source / object.h
index e84bc9cf707d5f7c1e0ef10dea9a5c255100a647..52338a1657b7af5cc0f2df7bd1c989ac224ecb42 100644 (file)
@@ -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 &);
        };