Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ blurYInto
Method
blurYInto
src/main/java/fieldbox/ui/Compositor.java:302–304 ·
view source on GitHub ↗
(int taps, Scene s)
Source
from the content-addressed store, hash-verified
300
}
301
302
public
void
blurYInto(
int
taps, Scene s) {
303
blurInto(taps, s,
"vec2(0,i*2/1024.0)"
);
304
}
305
// public void blurXInto(int taps, Scene s)
306
// {
307
// blurInto(taps, s, "ivec2(i*2,0)");
Callers
1
Open
Method · 0.80
Calls
1
blurInto
Method · 0.95
Tested by
no test coverage detected