aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

`pointerLockEnabled` prevents left click functionality due to capturing cursor #570

Closed dsinni closed 5 years ago

dsinni commented 5 years ago

If look-controls="pointerLockEnabled: true;", the inspector captures the cursor and doesn't allow for using left click to rotate the scene, etc., as it normally would.

While I could see the potential use for capturing the cursor in the inspector, as well as possibly using WASD to navigate (similar to Walk Navigation in Blender), I think those options would probably be best as opt-in toggles.

dsinni commented 5 years ago

It appears this has been fixed. I will close for now and reopen if necessary. Thanks!