소스 검색

Remove unused supportMultiview on material

Fernando Serrano 6 년 전
부모
커밋
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;