X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fexhibit.h;h=f331d9994236243556ac70992fb0a2c062837c0e;hp=f2c521b5f19af2c3f51dfaa745a500f12ff5cf9f;hb=b5ed5107e21ff834d5a4510b9047f976abb03dff;hpb=ebbb52cd0de8e27817a0770bd7bdb48a58348a02 diff --git a/src/exhibit.h b/src/exhibit.h index f2c521b..f331d99 100644 --- a/src/exhibit.h +++ b/src/exhibit.h @@ -23,6 +23,7 @@ public: void *data; Ray selray; Sphere selsphere; + float dist; unsigned int validmask; ExSelection(Exhibit *ex = 0);