Ver Fonte

Updated builds.

Mr.doob há 6 anos atrás
pai
commit
fc024313aa
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      build/three.js
  2. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -46742,7 +46742,7 @@
 
 		this.box = box;
 
-		color = color || 0xffff00;
+		color = color || 0xffff00;
 
 		var indices = new Uint16Array( [ 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 ] );
 

+ 1 - 1
build/three.module.js

@@ -46736,7 +46736,7 @@ function Box3Helper( box, color ) {
 
 	this.box = box;
 
-	color = color || 0xffff00;
+	color = color || 0xffff00;
 
 	var indices = new Uint16Array( [ 0, 1, 1, 2, 2, 3, 3, 0, 4, 5, 5, 6, 6, 7, 7, 4, 0, 4, 1, 5, 2, 6, 3, 7 ] );