提交 935739be 编写于 作者: M Mr.doob

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

......@@ -130,7 +130,7 @@ function WebVRManager( renderer ) {
if ( pose.orientation !== null ) {
tempQuaternion.fromArray ( pose.orientation );
tempQuaternion.fromArray( pose.orientation );
poseObject.quaternion.multiply( tempQuaternion );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册