Browse Source

Updated builds.

Mr.doob 9 years ago
parent
commit
273ad4004b
2 changed files with 5 additions and 7 deletions
  1. 5 7
      build/three.js
  2. 0 0
      build/three.min.js

+ 5 - 7
build/three.js

@@ -21021,13 +21021,6 @@
 
 				}
 
-				if ( materialProperties.numClippingPlanes !== undefined &&
-					materialProperties.numClippingPlanes !== _clipping.numPlanes ) {
-
-					material.needsUpdate = true;
-
-				}
-
 			}
 
 			if ( material.needsUpdate === false ) {
@@ -21044,6 +21037,11 @@
 
 					material.needsUpdate = true;
 
+				} else if ( materialProperties.numClippingPlanes !== undefined &&
+					materialProperties.numClippingPlanes !== _clipping.numPlanes ) {
+
+					material.needsUpdate = true;
+
 				}
 
 			}

File diff suppressed because it is too large
+ 0 - 0
build/three.min.js


Some files were not shown because too many files changed in this diff