Explorar o código

add required imports

aardgoose %!s(int64=8) %!d(string=hai) anos
pai
achega
04468e1e9f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 ) {