The new "minecraft:follow_orbit" camera does not have or cannot determine the distance from the player
In this code:
```
{
"format_version": "1.21.0",
"minecraft:camera_preset":
{ "identifier": "minecraft:follow_orbit", "view_offset": [3, 0] }}
```
The 'minecraft:follow_orbit' camera does not have a radius distance specification, meaning there is nothing to specify the distance of the camera from the player.
There must be something like a radius parameter to adjust the camera distance from the player.