supermedium / superframe

:package: A super collection of A-Frame components.
https://supermedium.com/superframe/
MIT License
1.37k stars 423 forks source link

[orbit-controls] Disable look-controls and wasd-controls in init if present #338

Closed vincentfretin closed 9 months ago

vincentfretin commented 9 months ago

Disable look-controls and wasd-controls in init if present (using a-camera primitive for example that auto add those components), reenable them on remove. This fixes #335. It's not the first time a user had issue using orbit-controls with a-camera primitive, #331 is another instance of it.