fixed hand tracking world position, and picking up objects in VR
[laserbrain_demo] / src / exman.h
index bbd72fd..d7d64fa 100644 (file)
@@ -17,6 +17,7 @@ private:
        Exhibit *ex;
 
 public:
+       Quat rotation;
        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();