Return smoothed drag end velocity with event
This commit is contained in:
parent
691dc21a4d
commit
c7d1fe0c0c
7 changed files with 177 additions and 12 deletions
|
@ -1,3 +1,7 @@
|
|||
import aframe from 'aframe';
|
||||
import extras from 'aframe-extras';
|
||||
import clickDragComponent from '../src/index';
|
||||
|
||||
extras.physics.registerAll(aframe);
|
||||
clickDragComponent(aframe);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue