CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 02:03:11 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=7478d5d282861b0324f8b2bb75f0803b0a184fb5b4093023e56d58a14988fa3da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%2202fDLldsm7KfadjKbYJVA8ezaAAwtDfK%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d304ef2d5ca403-BLR
Ex: 3 - Rectangle - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #version 300 es
- #ifdef GL_ES
- precision mediump float;
- #endif
- uniform vec2 u_resolution;
- out vec4 outColor;
- float rectShape(vec2 position, vec2 scale) {
- scale = vec2(0.5) - scale * 0.5;
- vec2 shaper = vec2(step(scale.x, position.x), step(scale.y, position.y));
- shaper *= vec2(step(scale.x, 1.0 - position.x), step(scale.y, 1.0 - position.y));
- return shaper.x * shaper.y;
- }
- void main() {
- vec2 position = gl_FragCoord.xy / u_resolution.x;
- vec3 color = vec3(0.0);
- float rectangle = rectShape(position, vec2(0.3, 0.3));
- color = vec3(rectangle);
- outColor = vec4(color, 1.0);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
π MAKE $2500 IN 15 MIN β
Working
JavaScript | 4 sec ago | 0.24 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 9 sec ago | 0.25 KB
-
π΅ Make 3000$ in 20 minutes π΅
JavaScript | 14 sec ago | 0.24 KB
-
ββ
Exploit 2500$ in 15 Minutesβββ S
JavaScript | 19 sec ago | 0.25 KB
-
Free Crypto Method (NEVER SEEN BEFORE)ββ F
JavaScript | 29 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
JavaScript | 34 sec ago | 0.24 KB
-
ββ
Swapzone Glitch β
Working ββ L
JavaScript | 38 sec ago | 0.25 KB
-
β
Make $2500 in 20 minutesβββ 7
JavaScript | 47 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand