画質 高画質

Finished seven spellblades vol 3, 9/10 vol.
Was worth it after the setup vol 2. They should change its name to reign of foreshadow lmao
With this volume, year 1 ends.

3 26

michael mouse you had better let me have sick oki setups with jack skellington or so help me god you're gonna end up like this!!!!!

0 1

Trying to use my remaining brain cells to setup a decent hair shader in Blender Eevee and UE4

26 381

We've made some adjustements to background parallax system, and now you don't need to make a separate sprite for a horizontally-scaled (2.5d-like) piece

For example, the Spring Yard background can be loaded as a single image now! Here's an accurate setup for it 😀

4 35

50s-styled rail platform setup I'm working on for Portal 2 stuff

Think the robotic arm platforms in modern Aperture but downgraded to conventional technology

0 2

✨Stream Schedule✨
3/28 - 4/3
Different setup then normal but i'm excited for this week's streams! Community games are to be determined!

4 10

i have obtained second monitor so now i don’t have to do super scuff setup with my ipad

0 5

I don't have much time to look at the update more atm, so here's some concept art from the gallery until I can look at the update more later today.
Figure Mode is also setup pretty simply, shouldn't be too hard to do fancier stuff with it

6 46

I hosted a Luck o' the Brawl drip contest on my Discord server and Supreme Sama won again with these setups!

3 102

We've got such bad desk envy looking at this. 😲
Brb, got to declutter.

11 32

ludum dare 50 game jam extravaganza is in 5 days… time to dust off the ol stream setup….

0 9

me when i go in with ou mega garchomp setup

0 3

euh le stream sur VA-11 Hall-A sera plutôt vers 15h30 que 15h vu que je viens à peine de sortir de la douche et que j'ai rien setup ;)

en attendant, chocy milk

0 2

function setup(){
createCanvas(640,640);
background(0);
}

function draw(){
x = random(640);
y = random(640);
translate(width/2, height/2);
rotate(radians(x * y));
fill(x, y, y, x);
triangle(x, y, x * 2, y * 2, x * 2, y);
}

//#つぶやきProcessing

1 6

A similar setup was given to Nick Fury at the end of Cap 5 - Fury doesn’t appear in the next issue until the end; at that point he’s back in a regular outfit. This would just be too hard to draw repeatedly. https://t.co/IZbr1CB2KU

4 48

God this setup is so fun but my pen died so sonico will have to wait

0 1

Mario bros for new stream setup.

1 5

this took longer to setup than i expected but huh this is an interesting way to view your whole locker

0 2

Tested some quick scene setup with grease pencil👁👄👁

1 28

function setup(){createCanvas(640,640)}function draw(){background(255,4);let l=random;x=l(640),y=l(640),rectMode(CENTER),s=l(x/4),fill(0,0,l(127),127),triangle(x,y,1.2*x,1.2*y,x,1.2*y),s=l(x/6),fill(255,127),circle(x,y,s),s=l(x/8),fill(0,127),circle(x,y,s)}//#つぶやきProcessing

10 80