mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
cleaning up todo lists, make smooth() the default
This commit is contained in:
@@ -706,8 +706,7 @@ public class PGraphics extends PImage implements PConstants {
|
||||
*/
|
||||
protected void defaultSettings() { // ignore
|
||||
// System.out.println("PGraphics.defaultSettings() " + width + " " + height);
|
||||
|
||||
noSmooth(); // 0149
|
||||
smooth(); // 2.0a5
|
||||
|
||||
colorMode(RGB, 255);
|
||||
fill(255);
|
||||
@@ -722,9 +721,6 @@ public class PGraphics extends PImage implements PConstants {
|
||||
// init shape stuff
|
||||
shape = 0;
|
||||
|
||||
// init matrices (must do before lights)
|
||||
//matrixStackDepth = 0;
|
||||
|
||||
rectMode(CORNER);
|
||||
ellipseMode(DIAMETER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user