Browse Source

Merge branch 'dev' of https://github.com/mrdoob/three.js into dev

Mr.doob 7 năm trước cách đây
mục cha
commit
935739beae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/renderers/webvr/WebVRManager.js

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

@@ -130,7 +130,7 @@ function WebVRManager( renderer ) {
 
 		if ( pose.orientation !== null ) {
 
-			tempQuaternion.fromArray ( pose.orientation );
+			tempQuaternion.fromArray( pose.orientation );
 			poseObject.quaternion.multiply( tempQuaternion );
 
 		}