Mathias Paumgarten

Results 2 issues of Mathias Paumgarten

Currenty, the generated canvas, which represents the output of the shader, is only sized once. However, the canvas should re resized with every call to `.update()` or at least provide...

When the canvas has a transform applied, let's say `context.translate( 10, 10 )` then the clearing will be off by 10 pixels as it's done via `context.clearRect( 0, 0, canvas.width,...