how to get rid of diagonal lines on box?
in
Programming Questions
•
1 year ago
Hey,
When I do a box with a semi-transparent fill, I see these diagonal lines on the face of the box.
fill(255,100);
box(200);
for example.
How do I get rid of these?
When I do a box with a semi-transparent fill, I see these diagonal lines on the face of the box.
fill(255,100);
box(200);
for example.
How do I get rid of these?
1