X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fscene.h;h=a04fbc01f9a304c5969759fd6afc6380af52b8fe;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hp=27656a59db2fbbdc5af57de1daf498361f5f07a5;hpb=3919a742c65783a9ebce05a88427bdcd8f6a6c92;p=libs%2Fgl.git diff --git a/source/scene.h b/source/scene.h index 27656a59..a04fbc01 100644 --- a/source/scene.h +++ b/source/scene.h @@ -3,6 +3,7 @@ #include #include +#include "matrix.h" #include "renderable.h" #include "vector.h" @@ -28,6 +29,7 @@ public: protected: std::list owned_data; + mutable Matrix culling_matrix; mutable Vector4 frustum_edges[6]; Scene() { }