diff --git a/interface/src/Camera.cpp b/interface/src/Camera.cpp index 08cf7cb713..a74aace71e 100644 --- a/interface/src/Camera.cpp +++ b/interface/src/Camera.cpp @@ -45,13 +45,8 @@ void Camera::update( float deltaTime ) } _position += ( _idealPosition - _position ) * t; - _yaw += ( _idealYaw - _yaw ) * t; - //roll = 20.0; - - //------------------------------------------------------------------------- // generate the ortho-normals for the orientation based on the Euler angles - //------------------------------------------------------------------------- _orientation.setToIdentity(); _orientation.yaw ( _yaw ); _orientation.pitch ( _pitch );