X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fscene.h;fp=source%2Fscene.h;h=a04fbc01f9a304c5969759fd6afc6380af52b8fe;hb=0a20dd14a0d1fd027a7d411b4d427bd4252342cc;hp=27656a59db2fbbdc5af57de1daf498361f5f07a5;hpb=3b6bbeda80d1db44348243c855bc433be23b949e;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() { }