X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcamera.h;h=412d69ff56bb83cd222e26805ffe784dca66563e;hb=4fe225bf15048fcb7a678370f87d09f2de37031a;hp=59cbaae3760599148a4a9de610ae3b6e514d3003;hpb=d16abe533233dc15810fe6bdf4a873d36eefc5dc;p=libs%2Fgl.git diff --git a/source/camera.h b/source/camera.h index 59cbaae3..412d69ff 100644 --- a/source/camera.h +++ b/source/camera.h @@ -52,9 +52,6 @@ public: const Vector3 &get_look_direction() const { return look_dir; } const Vector3 &get_up_direction() const { return up_dir; } - /** Deprecated alias for get_view_matrix. */ - const Matrix &get_matrix() const { return get_view_matrix(); } - /** Returns the view matrix, used to transform coordinates from world space to eye space. */ const Matrix &get_view_matrix() const { return view_matrix; }