标签: javascript html html5 aframe
我一直在研究一些简单的Aframe项目,我需要一种使用键盘或鼠标滚轮上的“向上翻页”和“向下翻页”键控制相机位置的方法。这里是我想要的地方:<a-camera wasd-controls-enabled="true" reverse-mouse-drag="true"></a-camera>很抱歉,我是Web开发的新手。另外,如果有人知道如何将HTML元素置于框架上方,以便它们显示出来?请留下笔记,也许是css3 z-index: ;谢谢。
<a-camera wasd-controls-enabled="true" reverse-mouse-drag="true"></a-camera>
z-index: ;