X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FScene.hh;h=4c4f29775b2ae21033fb69e8e9017b2ee542c5ff;hp=08ab6cc2441c7f58497fa01bffbe42853fb80e4c;hb=bfa6212d09d8735d8fd5e2638188e4a99f21ada4;hpb=eebb993ca929c3f4c235cad9e01dc4797fcd2945 diff --git a/src/Moof/Scene.hh b/src/Moof/Scene.hh index 08ab6cc..4c4f297 100644 --- a/src/Moof/Scene.hh +++ b/src/Moof/Scene.hh @@ -34,6 +34,7 @@ #include #include +#include #include @@ -50,11 +51,13 @@ public: void draw(Scalar alpha, const Camera& cam) const; void refresh(); - static std::string getPathToResource(const std::string& name); + OctreePtr getOctree() const; + + static std::string getPath(const std::string& name); private: - class SceneImpl; - boost::shared_ptr impl_; + class Impl; + boost::shared_ptr impl_; };