Переглянути джерело

Revert material.js changes

Fernando Serrano 5 роки тому
батько
коміт
12d4698c97
1 змінених файлів з 2 додано та 0 видалено
  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;
 
 }