Commit 9d589379 authored by Tristan Konolige's avatar Tristan Konolige

don't reset camera in setViewerPose

parent d294e9d6
......@@ -506,7 +506,6 @@ void cv::viz::Viz3d::VizImpl::setViewerPose(const Affine3d &pose)
camera.SetViewUp(up_vec.val);
renderer_->ResetCameraClippingRange();
renderer_->ResetCamera();
}
/////////////////////////////////////////////////////////////////////////////////////////////
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment