aframe-drag-controls
THREE.DragControls的包装器。
设置
新产品经理
npm i aframe-drag-controls
import AFRAME from 'aframe' ;
import 'aframe-drag-controls' ;
浏览器
< script src =" https://unpkg.com/aframe " > </ script >
< script src =" https://unpkg.com/aframe-drag-controls " > </ script >
用法
< a-entity
camera
drag-controls =" objects: .draggable "
look-controls
orbit-controls ="
1