提交 b927bc59 编写于 作者: T Tristan VALCKE

Protect Raycaster against the closure circular reference bug

上级 8761dd92
......@@ -59,9 +59,7 @@ function intersectObject( object, raycaster, intersects, recursive ) {
}
//
Raycaster.prototype = {
Object.assign( Raycaster.prototype, {
constructor: Raycaster,
......@@ -130,7 +128,7 @@ Raycaster.prototype = {
}
};
} );
export { Raycaster };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册