瀏覽代碼

Remove unused supportMultiview on material

Fernando Serrano 5 年之前
父節點
當前提交
d374632473
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;