Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
delete
Method · 0.80
set
Method · 0.80
setVertexShader
Method · 0.80
setChanged
Method · 0.80
Tested by
no test coverage detected