While using the OrthoPerspectiveCamera in my App (from openbim-components package), I am facing an issue. Whenever I zoom into my model, it automatically switches to FirstPerson mode. This change makes it extremely slow to navigate and zoom in/out of the scene. I am looking for a way to prevent this automatic mode switch with OrthoPerspectiveCamera. Is there any option within the class or something similar that can help?
Upon attempting to zoom into a model, the camera transitions to first person mode on its own, resulting in sluggish movement. It hinders smooth navigation around the scene. My preference is for the camera to remain in orbit mode at all times.