Ver código fonte

add required imports

aardgoose 8 anos atrás
pai
commit
04468e1e9f
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4 0
      src/renderers/webvr/WebVRManager.js

+ 4 - 0
src/renderers/webvr/WebVRManager.js

@@ -1,6 +1,10 @@
 /**
  * @author mrdoob / http://mrdoob.com/
  */
+import { Matrix4 } from '../../math/Matrix4';
+import { Vector4 } from '../../math/Vector4';
+import { ArrayCamera } from '../../cameras/ArrayCamera';
+import { PerspectiveCamera } from '../../cameras/PerspectiveCamera';
 
 function WebVRManager( renderer ) {