MCPcopy Create free account
hub / github.com/pmndrs/postprocessing / asciiTexture

Method asciiTexture

src/effects/ASCIIEffect.js:70–74  ·  view source on GitHub ↗

* The current ASCII lookup texture. * * @type {ASCIITexture}

()

Source from the content-addressed store, hash-verified

68 */
69
70 get asciiTexture() {
71
72 return this.uniforms.get("asciiTexture").value;
73
74 }
75
76 set asciiTexture(value) {
77

Callers

nothing calls this directly

Calls 3

setMethod · 0.80
setChangedMethod · 0.80
disposeMethod · 0.65

Tested by

no test coverage detected