initial render distance field

This commit is contained in:
Orion Reed 2024-12-02 23:09:38 -05:00
parent 4d7217a40a
commit 36be3b566f
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) => {