We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c350859 commit d48bffdCopy full SHA for d48bffd
1 file changed
src/utils/WASDPlusControls.js
@@ -1,6 +1,6 @@
1
2
import AFRAME from "aframe";
3
-import * as THREE from "three";
+const THREE = AFRAME.THREE;
4
const bind = AFRAME.utils.bind;
5
const shouldCaptureKeyEvent = AFRAME.utils.shouldCaptureKeyEvent;
6
0 commit comments