Skip to content

Commit c5871fa

Browse files
committed
Updated builds.
1 parent f190ca6 commit c5871fa

File tree

3 files changed

+155
-151
lines changed

3 files changed

+155
-151
lines changed

build/three.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14196,6 +14196,8 @@
1419614196

1419714197
intersectsSprite: function ( sprite ) {
1419814198

14199+
if ( _sphere === undefined ) _sphere = new Sphere();
14200+
1419914201
_sphere.center.set( 0, 0, 0 );
1420014202
_sphere.radius = 0.7071067811865476;
1420114203
_sphere.applyMatrix4( sprite.matrixWorld );

0 commit comments

Comments
 (0)