()
| 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); |