make it better!!!
in
Programming Questions
•
2 years ago
hiya processing people!
can you tweak my code to make the ellipse look better?!? I'm thinking maybe a globe, with a 3D look! Any tweaks will be awesome.
keep up the great work, loving this forum!
thanks a million.
c
- void setup ()
- {
- size (512,512);
- background (0);
- fill(255,155);
- ellipse(50, 50, 80, 80);
- }
1