X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fscene.h;h=b9e338ba8397ebd2f002ff240da4ac38e945c5e8;hp=7489261003d15c8f2f526546792dfd43744b4bb0;hb=b30241a8a51be904b22459a1d0cc3322e0a505d9;hpb=21f74bf587d9b7a76bc1ee83db02cb8c243dc567 diff --git a/src/scene.h b/src/scene.h index 7489261..b9e338b 100644 --- a/src/scene.h +++ b/src/scene.h @@ -7,6 +7,7 @@ #include "snode.h" #include "texture.h" #include "dataset.h" +#include "datamap.h" enum { SCNLOAD_FLIPYZ = 1, @@ -24,6 +25,7 @@ private: public: MetaScene *metascn; + DataMap datamap; // meshes objects and nodes are owned by Scene std::vector meshes;