X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Fcamera.cc;h=093b7d197d93658834b2c954aed5b38ec3f8b00b;hp=4a4e4bf71a2b6f711e100627d8d03221d9489f13;hb=6b0a0d0efafe34d48ab344fca3b479553bd4e62c;hpb=85783316365181491a3e3c0c63659972477cebba diff --git a/src/moof/camera.cc b/src/moof/camera.cc index 4a4e4bf..093b7d1 100644 --- a/src/moof/camera.cc +++ b/src/moof/camera.cc @@ -29,9 +29,8 @@ void camera::rotation(const quaternion& rotation) void camera::look_at(const vector3& point) { // FIXME: this doesn't work as expected - quaternion_rotation_aim_at(state_.orientation, - state_.position, point, - vector3(0.0, 1.0, 0.0)); + quaternion_rotation_aim_at(state_.orientation, state_.position, point, + vector3(0.0, 1.0, 0.0)); }