Skip to content

Commit

Permalink
update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Jul 24, 2024
1 parent 682c3ce commit 1bf1b89
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions api/cameras/CameraRig.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ Default: `false`

When `true`, the effective dolly speed will be changed based on the
camera's distance to `minDistance`. Getting closer to `minDistance` will
lower the effective dolly speed.
lower the effective dolly speed towards zero. This is useful when zoomed
into an object and having the dolly movements not be disproportionately
huge while viewing fine details of the object.



Expand All @@ -234,7 +236,9 @@ Default: `false`

When `true`, the effective rotation speed will be changed based on the
camera's distance to `minDistance`. Getting closer to `minDistance` will
lower the effective rotation speed to allow for finer control.
lower the effective rotation speed to allow for finer control. This is useful
zoomed in to see fine details of an object and having the rotation not be
disproportionately huge, for example when zooming into a 3D globe.



Expand Down

0 comments on commit 1bf1b89

Please sign in to comment.