select and move exhibits
[laserbrain_demo] / src / exhibit.h
index f2c521b..f331d99 100644 (file)
@@ -23,6 +23,7 @@ public:
        void *data;
        Ray selray;
        Sphere selsphere;
        void *data;
        Ray selray;
        Sphere selsphere;
+       float dist;
        unsigned int validmask;
 
        ExSelection(Exhibit *ex = 0);
        unsigned int validmask;
 
        ExSelection(Exhibit *ex = 0);