提交 1d5ebd39 编写于 作者: M Mr.doob

Fixed webvr_rollercoaster orientation.

上级 63fb23ce
......@@ -229,7 +229,7 @@
velocity -= tangent.y * 0.0000015;
velocity = Math.max( velocity, 0.00004 );
train.lookAt( lookAt.copy( position ).add( tangent ) );
train.lookAt( lookAt.copy( position ).sub( tangent ) );
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册