Type Alias: IncreaseZoom()
IncreaseZoom: (step
?) => Promise
<void
>
Increase the zoom level of a 3D scene camera by a configurable amount or a default value, by adjusting the radius of the camera.
Parameters
• step?: number
Amount to adjust the radius of the camera.
Returns
Promise
<void
>