]> git.tdb.fi Git - libs/gl.git/blobdiff - source/shadowmap.h
Use an orthographic camera for rendering the shadow map
[libs/gl.git] / source / shadowmap.h
index 3757b1f190f0ef167f685ef4bc113182dc10b9d6..119d369c1eb6db052048d941008c18f7b3d58560 100644 (file)
@@ -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;