瀏覽代碼

add required imports

aardgoose 8 年之前
父節點
當前提交
04468e1e9f
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 ) {