如何将拖放组件包含到a-frame / web vr中?

时间:2017-01-29 17:46:12

标签: javascript drag-and-drop aframe webvr

我正在使用a-frame并试图包含拖放功能 - 所以我可以拖放元素。什么都行不通,遗憾的是没有多少在线......我在看这个:https://jesstelford.github.io/aframe-click-drag-component/ 但我没有尝试过。 是否有人熟悉a-frame并且可以提供帮助?谢谢!!

浏览器/ home.html的:

  <scene scene-id="sceneId"></scene>

浏览器/ JS /应用程序/指令/ screne.html:

  <a-scene>
    <a-sphere click-drag position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere>
    <a-camera look-controls-enabled="false"></a-camera>
  </a-scene>

的index.html

<script src="https://aframe.io/releases/0.3.0/aframe.min.js"></script>
<script src="https://unpkg.com/aframe-click-drag-component"></script>
<script>  registerAframeClickDragComponent(window.AFRAME); </script>

1 个答案:

答案 0 :(得分:0)

文档似乎需要更新。

或许尝试调用window.aframeDraggableComponent(window.AFRAME)并提交问题以更新文档。