Skip to content

Commit

Permalink
Allow to zoom more with orbit controller (ros-visualization#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLamoine authored Mar 12, 2021
1 parent 3c88c66 commit 52f43c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ OrbitViewController::OrbitViewController()
distance_property_ = new FloatProperty(
"Distance", DISTANCE_START,
"Distance from the focal point.", this);
distance_property_->setMin(0.01f);
distance_property_->setMin(0.001f);

focal_shape_size_property_ = new FloatProperty(
"Focal Shape Size", FOCAL_SHAPE_SIZE_START,
Expand Down

0 comments on commit 52f43c2

Please sign in to comment.