Merge branch 'main' of https://github.com/folk-canvas/folk-canvas
This commit is contained in:
commit
54b68ee64f
|
|
@ -39,6 +39,7 @@ export class DistanceField extends HTMLElement {
|
||||||
this.initShaders();
|
this.initShaders();
|
||||||
this.initPingPongTextures();
|
this.initPingPongTextures();
|
||||||
this.populateSeedPoints();
|
this.populateSeedPoints();
|
||||||
|
this.runJumpFloodingAlgorithm();
|
||||||
|
|
||||||
window.addEventListener('resize', this.handleResize);
|
window.addEventListener('resize', this.handleResize);
|
||||||
this.shapes.forEach((geometry) => {
|
this.shapes.forEach((geometry) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue