Remove unnecessary debug output
This commit is contained in:
parent
b290e102c1
commit
a93611fc43
File diff suppressed because one or more lines are too long
|
@ -326,7 +326,6 @@ class Portal {
|
||||||
this.gl.uniformMatrix4fv(this.uniforms.projectionMatrix, false, identityMatrix);
|
this.gl.uniformMatrix4fv(this.uniforms.projectionMatrix, false, identityMatrix);
|
||||||
|
|
||||||
this.gl.uniform2f(this.uniforms.resolution, this.canvas.clientWidth, this.canvas.clientHeight);
|
this.gl.uniform2f(this.uniforms.resolution, this.canvas.clientWidth, this.canvas.clientHeight);
|
||||||
console.log(this.canvas.clientWidth, this.canvas.clientHeight);
|
|
||||||
|
|
||||||
this.gl.uniform1f(this.uniforms.dt, dt);
|
this.gl.uniform1f(this.uniforms.dt, dt);
|
||||||
this.gl.uniform1i(this.uniforms.sky, 0);
|
this.gl.uniform1i(this.uniforms.sky, 0);
|
||||||
|
|
Loading…
Reference in New Issue