new Radius Range
fun newRadiusRange(minRadius: Double, maxRadius: Double): VMECameraDistanceRange
Content copied to clipboard
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
min Radius
the minimum radius of the camera
max Radius
the maximum radius of the camera