Browse Source

Remove unused supportMultiview on material

Fernando Serrano 5 years ago
parent
commit
d374632473
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/materials/Material.js

+ 0 - 1
src/materials/Material.js

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