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

Updated builds.

上级 f190ca64
......@@ -14196,6 +14196,8 @@
intersectsSprite: function ( sprite ) {
if ( _sphere === undefined ) _sphere = new Sphere();
_sphere.center.set( 0, 0, 0 );
_sphere.radius = 0.7071067811865476;
_sphere.applyMatrix4( sprite.matrixWorld );
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -14190,6 +14190,8 @@ Object.assign( Frustum.prototype, {
intersectsSprite: function ( sprite ) {
if ( _sphere === undefined ) _sphere = new Sphere();
_sphere.center.set( 0, 0, 0 );
_sphere.radius = 0.7071067811865476;
_sphere.applyMatrix4( sprite.matrixWorld );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册