I can not figure out how I can set the inital zoom value for the camera to be maximum zoomed out.
Whe the scene gets loaded, I am relatively close to the wall, but I can zoom out with the mousewheel. I want to start in this position that I only can zoom in at the beginning. How can I achieve this? I can’t change the values for maxDistance, because then the I can move out of the room…
Thank you so much. I didn’t see the relation between these two values.
The other Problem is, that I can not get closer to the paintings on the wall. I can not set the minDistance to a negative value. So the other solution would be that the camera looks to the outside of the scene, not to the center. Then the maxDistance would be the value that is relevant for the distance to the wall, but I can not figure out how to rotate pointing direction of the camera.