2
0
Mr.doob 6 жил өмнө
parent
commit
c5871facb8

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

Энэ ялгаанд хэт олон файл өөрчлөгдсөн тул зарим файлыг харуулаагүй болно