MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / blurXInto

Method blurXInto

src/main/java/fieldbox/ui/Compositor.java:298–300  ·  view source on GitHub ↗
(int taps, Scene s)

Source from the content-addressed store, hash-verified

296 }
297
298 public void blurXInto(int taps, Scene s) {
299 blurInto(taps, s, "vec2(i*2/1024.0,0)");
300 }
301
302 public void blurYInto(int taps, Scene s) {
303 blurInto(taps, s, "vec2(0,i*2/1024.0)");

Callers 1

OpenMethod · 0.80

Calls 1

blurIntoMethod · 0.95

Tested by

no test coverage detected