浏览代码

Updated builds.

Mr.doob 6 年之前
父节点
当前提交
c5871facb8
共有 3 个文件被更改,包括 84 次插入80 次删除
  1. 2 0
      build/three.js
  2. 80 80
      build/three.min.js
  3. 2 0
      build/three.module.js

+ 2 - 0
build/three.js

@@ -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 );

文件差异内容过多而无法显示
+ 80 - 80
build/three.min.js


+ 2 - 0
build/three.module.js

@@ -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 );

部分文件因为文件数量过多而无法显示