如何使用触摸和拖放功能在0.9.0的范围内放大和缩小

时间:2019-04-12 17:46:12

标签: aframe

我想使用触摸和拖放功能以0.9.0进行缩放

以下代码适用于aframe 0.3.0,但此处未完全可见,但是 这里is link     `{                     A框架单击和拖动组件-基本                                

      <a-sphere look-controls click-drag position="0 1.25 -1" radius="1.25" color="#EF2D5E"></a-sphere>
      <a-box click-drag position="-1 0.5 1" rotation="0 45 0" width="1" height="1" depth="1"  color="#4CC3D9"></a-box>
      <a-cylinder click-drag position="1 0.75 1" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder>
      <a-plane rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane>

      <a-sky color="#ECECEC"></a-sky>

      <a-entity position="0 0 3.8">
        <a-camera look-controls keyboard-controls="mode: fps"></a-camera>
      </a-entity>
    </a-scene>
  </body>
</html>
}`

0 个答案:

没有答案