This commit is contained in:
“chrisshank” 2024-12-02 20:32:14 -08:00
commit 54b68ee64f
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ export class DistanceField extends HTMLElement {
this.initShaders();
this.initPingPongTextures();
this.populateSeedPoints();
this.runJumpFloodingAlgorithm();
window.addEventListener('resize', this.handleResize);
this.shapes.forEach((geometry) => {