CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 01:05:24 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=8a9bc300818b397b0b6a31cd5779aab34838e283f3c748742142799d5a1278b1a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22_428YU5Q3Tlp5qGjisquGfZtT0hzFnCS%22%3B%7D; HttpOnly; Path=/
cf-ray: 98ca72ebbbf8741b-BLR
castlee - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #declare brickWidth = 10;
- #declare brickHeight = 3.5;
- #declare brickLength = 5;
- #declare random = seed(1000);
- #declare leftRight = 0;
- #declare forwardBackward = 1;
- #declare zoom = 30;
- camera
- {
- location <75 + zoom, 50 * 3 + zoom, -250 - zoom>
- look_at <0, 0, 0>
- }
- light_source
- {
- <0, 50 * 3, -10 * 7 * 3>
- color rgb <1, 1, 1>
- }
- box
- {
- <-3 * brickWidth, 0, 10>
- <3 * brickWidth, 100, 0>
- pigment
- {
- color rgb <1, 1, 0>
- }
- }
- box
- {
- <-1, 0, 10>
- <1, 100, 0>
- pigment
- {
- color rgb <1, 0, 0>
- }
- }
- #macro buildWall(varWidth, varHeight, varLength, varX, varY, varZ, varDirection, varMirror)
- #declare vx = 0;
- #declare vy = 0;
- #declare varX = varX * brickWidth;
- #declare varY = varY * brickHeight;
- #declare varZ = varZ * brickLength;
- #if (varDirection = leftRight)
- #declare vw = varWidth;
- #declare vh = varHeight;
- #end
- #if (varDirection = forwardBackward)
- #declare vw = varLength;
- #declare vh = varHeight;
- #end
- #while (vx < vw)
- #while (vy < vh)
- #declare colorOff = 1 - rand(random) / 5;
- box
- {
- #if (varDirection = leftRight)
- <vx * brickWidth + varX, vy * brickHeight + varY, varZ>
- <vx * brickWidth + brickWidth + varX, vy * brickHeight + brickHeight + varY, brickLength + varZ>
- #end
- #if (varDirection = forwardBackward)
- // <varX, vy * brickHeight + varY, brickWidth + varZ * vx>
- // <brickLength + varX, vy * brickHeight + brickHeight + varY, brickWidth + brickWidth + varZ * vx>
- <varX, vy * brickHeight + varY, vx * brickWidth + varZ>
- <brickLength + varX, vy * brickHeight + brickHeight + varY, vx * brickWidth + brickWidth + varZ>
- #end
- pigment
- {
- color rgb <colorOff, colorOff, colorOff>
- }
- }
- #declare vy = vy + 1;
- #end
- #declare vx = vx + 1;
- #declare vy = 0;
- #end
- #if (varMirror)
- #if (varDirection = forwardBackward)
- #declare w = varWidth / 2;
- #else
- #declare w = varWidth;
- #end
- #declare varX = (-varX / brickWidth) - (w);
- #declare varY = ( varY / brickHeight);
- #declare varZ = ( varZ / brickLength);
- buildWall(varWidth, varHeight, varLength, varX, varY, varZ, varDirection, false)
- #end
- #end
- //buildWall(8, 10, 1 , -12 , 0, 0 , leftRight , true)
- buildWall(8, 10, 1 , 3 , 0, 0 , leftRight , true)
- //buildWall(6, 10, 1 , -18 , 0, -4 , leftRight , true)
- buildWall(6, 10, 1 , 11 , 0, -4 , leftRight , true)
- //buildWall(1, 10, 6 , -18 , 0, -4 , forwardBackward, true)
- //buildWall(1, 10, 1 , -17.5, 0, 7 , leftRight , true)
- //buildWall(1, 10, 13, -17 , 0, 8 , forwardBackward, true)
- //buildWall(1, 10, 2 , -12 , 0, -4 , forwardBackward, true)
- buildWall(1, 10, 2 , 11 , 0, -3 , forwardBackward, true)
- buildWall(1, 10, 6 , 16.5 , 0, -3 , forwardBackward, true)
- buildWall(6, 10, 1 , 11 , 0, 2 , leftRight , true)
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ L
JavaScript | 8 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ 8
JavaScript | 19 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 4
JavaScript | 28 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ N
JavaScript | 30 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 2
JavaScript | 39 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ W
JavaScript | 41 sec ago | 0.24 KB
-
✅⭐ Make huge profits on trading ⭐⭐ O
JavaScript | 51 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ A
JavaScript | 53 sec ago | 0.24 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