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

Method texture

src/effects/TextureEffect.js:48–52  ·  view source on GitHub ↗

* The texture. * * @type {Texture}

()

Source from the content-addressed store, hash-verified

46 */
47
48 get texture() {
49
50 return this.uniforms.get("map").value;
51
52 }
53
54 set texture(value) {
55

Callers

nothing calls this directly

Calls 4

deleteMethod · 0.80
setMethod · 0.80
setVertexShaderMethod · 0.80
setChangedMethod · 0.80

Tested by

no test coverage detected