Fix noise generation

This commit is contained in:
schmelczerandras 2020-10-04 10:50:53 +02:00
parent f99dc857c8
commit c47afed76f

View file

@ -71,7 +71,8 @@ export class TunnelScene implements Scene {
canvas: HTMLCanvasElement,
overlay: HTMLDivElement
): Promise<void> {
const noiseTexture = await renderNoise([1000, 1], 60, 1 / 8, true);
const noiseTexture = await renderNoise([1000, 1], 60, 1 / 8);
this.canvas = canvas;
this.overlay = overlay;
this.renderer = await compile(canvas, [