hello all:
I have a large-scale model. When I zoom in on the model, I can’t continue to zoom in at a certain level.
How does the camera ignore collision and enlarge the model infinitely ?
The questions are as follows:
hello all:
I have a large-scale model. When I zoom in on the model, I can’t continue to zoom in at a certain level.
How does the camera ignore collision and enlarge the model infinitely ?
The questions are as follows:
It seems you are limited by the radius rather than the collision, you can try to modify the lowerRadiusLimit of the camera.
If you are actually limited by the collision, you can try to disable camera.checkCollisions instead.
Thank U, You are Right