You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documentation states that cameraDistance prop should specify the maximum distance from the origin that camera can go while zooming, but changing this prop does not affect zooming distance.
Documentation states that
cameraDistanceprop should specify the maximum distance from the origin that camera can go while zooming, but changing this prop does not affect zooming distance.However, this works:
Where
viz.controls.maxDistanceis the maximum zoom-out distance.