X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Frender%2Fscene.h;h=e6115ae56541d9e9907818da03c780f45f80660d;hb=c585c065b7831eb6ae05e48edc36953d2534db2b;hp=6f4f48d675e6bce3db2850ca24eb78466157769e;hpb=4f2f558123db15393607d8b21b949d7798561dec;p=libs%2Fgl.git diff --git a/source/render/scene.h b/source/render/scene.h index 6f4f48d6..e6115ae5 100644 --- a/source/render/scene.h +++ b/source/render/scene.h @@ -40,6 +40,7 @@ protected: private: Loader(Scene &, Collection &, ContentMap *); + void array(const std::string &); void object(const std::string &); void object_tagged(const std::string &, const std::string &); void scene(const std::string &); @@ -59,8 +60,6 @@ public: }; protected: - mutable Matrix culling_matrix; - Scene() = default; public: virtual ~Scene() = default;