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

Fixed bug in Ray when using recursive

上级 a1d97756
......@@ -235,7 +235,7 @@
for ( var i = 0, l = descendants.length; i < l; i ++ ) {
intersectObject( descendants[ i ], this, intersects );
intersectObject( descendants[ i ], ray, intersects );
}
};
......@@ -261,7 +261,7 @@
}
intersectObject(object,this,intersects);
intersectObject( object, this, intersects );
intersects.sort( descSort );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册