X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fshadowmap.h;fp=source%2Fshadowmap.h;h=1b9d8f14aa6a72f58ba6fbc22c55067e801fd866;hp=aeabaeb19a89895c1ba07b5f3666d239d118c6b2;hb=a8c9bac7217e1750ce7578600429d16e8010d8b1;hpb=9d6c244eb728336c64ee23d5c55e45c6696aa65c diff --git a/source/shadowmap.h b/source/shadowmap.h index aeabaeb1..1b9d8f14 100644 --- a/source/shadowmap.h +++ b/source/shadowmap.h @@ -26,6 +26,7 @@ private: const Light &light; mutable Framebuffer fbo; mutable Matrix light_matrix; + mutable Matrix view_matrix; unsigned unit; Texture2D depth_buf; Vector3 target;