newRadiusRange

fun newRadiusRange(minRadius: Double, maxRadius: Double): VMECameraDistanceRange

Use the radius to control the distance of the camera

The radius distance is represented as the distance from the camera to the ground along the camera's view axis. Internally the radius distance will be converted to a min/max altitude which must respect the min/max altitude limits of the map.

Since

1.19

Parameters

minRadius

the minimum radius of the camera

maxRadius

the maximum radius of the camera