MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / resize

Method resize

components/liquid-ether.tsx:1008–1013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006 this.fboSize.set(width, height);
1007 }
1008 resize() {
1009 this.calcSize();
1010 for (const key in this.fbos) {
1011 this.fbos[key]!.setSize(this.fboSize.x, this.fboSize.y);
1012 }
1013 }
1014 update() {
1015 if (this.options.isBounce) this.boundarySpace.set(0, 0);
1016 else this.boundarySpace.copy(this.cellScale);

Callers

nothing calls this directly

Calls 1

calcSizeMethod · 0.95

Tested by

no test coverage detected