aframe-orbit-controls-component icon indicating copy to clipboard operation
aframe-orbit-controls-component copied to clipboard

Zoom need click

Open FloLech opened this issue 6 years ago • 0 comments

I run an embeded a-frame scene using orbit controls. I am facing an interaction issue reagrding zoom: Once the scene is loaded a user has to click on the scene to make zoom (mouse weel) work. I would like to get the zoom function without the initial click. I tried to programmatically dispatch a click event – no luck with this approach. For comparison I attached the wsad-controls component. This one recognizes the key inputs without the initial click event.

Any idea on how to make this work?

FloLech avatar Sep 28 '18 14:09 FloLech