Translate() Error Ellipse
in
Programming Questions
•
3 months ago
HI,
I have a problem with an simple ellipse. The ellipse is quite grainy also entering "smoot (2 or 4 or 8).
I have a problem with an simple ellipse. The ellipse is quite grainy also entering "smoot (2 or 4 or 8).
example:
- void draw(){
- smooth(2);
- ellipse(width/2,(height/2)+19,300,300);
- }
-
the program starts, however, in the console appears this error message:
"translate (), or this Particular variation of it, is not available with this renderer."
1