(covsplat: DynoVal<typeof CovSplat>)
| 546 | } |
| 547 | |
| 548 | modifyCov(covsplat: DynoVal<typeof CovSplat>): DynoVal<typeof CovSplat> { |
| 549 | return applyCovSplatRgbaDisplaceEdits( |
| 550 | covsplat, |
| 551 | this.dynoSdfArray, |
| 552 | this.dynoNumEdits, |
| 553 | this.dynoEdits, |
| 554 | ); |
| 555 | } |
| 556 | } |
| 557 | |
| 558 | // Dyno types and components: |
no test coverage detected