Pārlūkot izejas kodu

Revert material.js changes

Fernando Serrano 5 gadi atpakaļ
vecāks
revīzija
12d4698c97
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      src/materials/Material.js

+ 2 - 0
src/materials/Material.js

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