exhibit ui improvements, and exhibit repositioning fix
[laserbrain_demo] / src / exman.h
index bbd72fd..8b9b65a 100644 (file)
@@ -17,6 +17,7 @@ private:
        Exhibit *ex;
 
 public:
+       Quat rotation, grab_rot;
        SceneNode node;
 
        ExhibitSlot(Exhibit *ex = 0);
@@ -38,6 +39,8 @@ private:
        std::vector<ExhibitSlot*> exslots;
        // TODO kdtree of slots for quick nearest queries
 
+       Scene *own_scn; // scene to manage all exhibits not taken from an existing scene
+
 public:
        ExhibitManager();
        ~ExhibitManager();