Kaynağa Gözat

Revert material.js changes

Fernando Serrano 5 yıl önce
ebeveyn
işleme
12d4698c97
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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;
 
 }