zhouenguang 3 år sedan
förälder
incheckning
f25c9e4d27
1 ändrade filer med 0 tillägg och 1 borttagningar
  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 width = e.width || 720;
     const height = e.height || 1280;
     const height = e.height || 1280;
     const focus = width / (2 * Math.tan((Math.PI * fov) / 360));
     const focus = width / (2 * Math.tan((Math.PI * fov) / 360));
-    console.error(width, height);
     (lowModelShader = this._lowModelShader) == null ||
     (lowModelShader = this._lowModelShader) == null ||
       lowModelShader.setVector3(
       lowModelShader.setVector3(
         "focal_width_height",
         "focal_width_height",