zhouenguang 3 лет назад
Родитель
Сommit
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",