dispose method
void
dispose()
override
Implementation
void dispose() {
this.edgesRT.dispose();
this.weightsRT.dispose();
this.areaTexture.dispose();
this.searchTexture.dispose();
this.materialEdges.dispose();
this.materialWeights.dispose();
this.materialBlend.dispose();
this.fsQuad.dispose();
}