X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fshadowmap.h;h=119d369c1eb6db052048d941008c18f7b3d58560;hb=3b159edbe4e80a2bc19c4c2fcd42cb996b9fbfe0;hp=3757b1f190f0ef167f685ef4bc113182dc10b9d6;hpb=b1d0b6bb1412d0c23d891a4804ddb60623d1f6b4;p=libs%2Fgl.git diff --git a/source/shadowmap.h b/source/shadowmap.h index 3757b1f1..119d369c 100644 --- a/source/shadowmap.h +++ b/source/shadowmap.h @@ -25,8 +25,6 @@ private: unsigned size; const Light &light; mutable Framebuffer fbo; - mutable Matrix light_matrix; - mutable Matrix view_matrix; mutable Matrix shadow_matrix; Texture2D depth_buf; Vector3 target;