]> git.tdb.fi Git - libs/gl.git/blobdiff - source/object.h
Allow bounding sphere hints for objects and export such from Blender
[libs/gl.git] / source / object.h
index 192cf069bd8f4c8bf1b8a9ca801f5682e7fe4876..a11bfd9b654d0ffa98887fefcb2c886a360e1d98 100644 (file)
@@ -59,6 +59,7 @@ public:
                void init();
                virtual void finish();
 
+               void bounding_sphere_hint(float, float, float, float);
                void level_of_detail(unsigned);
        };