zhouenguang 3 년 전
부모
커밋
f25c9e4d27
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/XMaterialComponent.js

+ 0 - 1
src/XMaterialComponent.js

@@ -99,7 +99,6 @@ export default class XMaterialComponent {
     const width = e.width || 720;
     const height = e.height || 1280;
     const focus = width / (2 * Math.tan((Math.PI * fov) / 360));
-    console.error(width, height);
     (lowModelShader = this._lowModelShader) == null ||
       lowModelShader.setVector3(
         "focal_width_height",