Camera Zoom | Babylon.js Playground (babylonjs.com)
minZ: Adjust the minimum near section, noting that values that are too small may cause rendering problems
lowerRadiusLimit:Limit the minimum camera radius. Note! When zoomToMouseLocation is true, if lowerRadiusLimit is set to 0, the scroll wheel will expire after the camera radius reaches 0.
Camera Zoom | Babylon.js Playground (babylonjs.com) @Evgeni_Popov Probably know what’s going on.
The camera entry section crops objects that are smaller than the near section.
When radius is negative, the picture is reversed.
2 Likes