1
0
Эх сурвалжийг харах

WebXRManager: Fixed import.

Mr.doob 7 жил өмнө
parent
commit
3d594c62a5

+ 1 - 1
src/renderers/webvr/WebXRManager.js

@@ -3,12 +3,12 @@
  */
 
 import { Group } from '../../objects/Group.js';
+import { Matrix4 } from '../../math/Matrix4.js';
 import { Vector4 } from '../../math/Vector4.js';
 import { ArrayCamera } from '../../cameras/ArrayCamera.js';
 import { PerspectiveCamera } from '../../cameras/PerspectiveCamera.js';
 import { WebGLAnimation } from '../webgl/WebGLAnimation.js';
 import { setProjectionFromUnion } from './WebVRUtils.js';
-import { Matrix4 } from '../../math/Matrix4';
 
 function WebXRManager( renderer ) {
 

粤ICP备19079148号