X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=sidebyside;f=src%2Fexman.h;h=d7d64fa861b0c3437109a1be8c1eaf76b35f44b9;hb=c48096383ed398a518e69070bfc9373537ab00bb;hp=bbd72fde5f0ec050f63f193b29a228a381159ad1;hpb=91c5d07b779f24afec373047afe401b8811811c7;p=laserbrain_demo diff --git a/src/exman.h b/src/exman.h index bbd72fd..d7d64fa 100644 --- a/src/exman.h +++ b/src/exman.h @@ -17,6 +17,7 @@ private: Exhibit *ex; public: + Quat rotation; SceneNode node; ExhibitSlot(Exhibit *ex = 0); @@ -38,6 +39,8 @@ private: std::vector 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();