First time here? Check out the FAQ!
answered 2016-07-03 17:15:40 -0500
It should be possible to do it from a GUI plugin. Just get the user camera:
rendering::UserCameraPtr camera = gazebo::gui::get_active_camera();
And set the new clip distances:
camera->SetClipDist(near, far);