X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fobject.h;fp=source%2Fobject.h;h=a11bfd9b654d0ffa98887fefcb2c886a360e1d98;hp=192cf069bd8f4c8bf1b8a9ca801f5682e7fe4876;hb=84269f7b598673b06757313d70934a1747045b69;hpb=7d7a8f9e77a526fd5f2920b9005805e56a4b686c diff --git a/source/object.h b/source/object.h index 192cf069..a11bfd9b 100644 --- a/source/object.h +++ b/source/object.h @@ -59,6 +59,7 @@ public: void init(); virtual void finish(); + void bounding_sphere_hint(float, float, float, float); void level_of_detail(unsigned); };