Explorar el Código

Revert material.js changes

Fernando Serrano hace 6 años
padre
commit
12d4698c97
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/materials/Material.js

+ 2 - 0
src/materials/Material.js

@@ -71,7 +71,9 @@ function Material() {
 	this.visible = true;
 
 	this.toneMapped = true;
+
 	this.userData = {};
+
 	this.needsUpdate = true;
 
 }

粤ICP备19079148号