Procházet zdrojové kódy

Remove unused supportMultiview on material

Fernando Serrano před 6 roky
rodič
revize
d374632473
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      src/materials/Material.js

+ 0 - 1
src/materials/Material.js

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