提交 57480053 编写于 作者: W WestLangley

Minor ArrowHelper Change

上级 881be1aa
......@@ -56,11 +56,11 @@ THREE.ArrowHelper.prototype.setDirection = function () {
// dir is assumed to be normalized
if ( dir.y > 0.999 ) {
if ( dir.y > 0.99999 ) {
this.quaternion.set( 0, 0, 0, 1 );
} else if ( dir.y < - 0.999 ) {
} else if ( dir.y < - 0.99999 ) {
this.quaternion.set( 1, 0, 0, 0 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册