Explorar o código

Updated builds.

Mr.doob %!s(int64=12) %!d(string=hai) anos
pai
achega
2a9a0f228d
Modificáronse 2 ficheiros con 1 adicións e 4 borrados
  1. 1 2
      build/three.js
  2. 0 2
      build/three.min.js

+ 1 - 2
build/three.js

@@ -15516,7 +15516,6 @@ THREE.ParticleSystem = function ( geometry, material ) {
 	this.material = material !== undefined ? material : new THREE.ParticleSystemMaterial( { color: Math.random() * 0xffffff } );
 
 	this.sortParticles = false;
-	this.frustumCulled = false;
 
 };
 
@@ -24105,7 +24104,7 @@ THREE.WebGLRenderer = function ( parameters ) {
 
 			if ( object.visible ) {
 
-				if ( ! ( object instanceof THREE.Mesh || object instanceof THREE.ParticleSystem ) || ! ( object.frustumCulled ) || _frustum.intersectsObject( object ) ) {
+				if ( object.frustumCulled === false || _frustum.intersectsObject( object ) === true ) {
 
 					setupMatrices( object, camera );
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 2
build/three.min.js


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio