processing/processing4

having noSmooth(); in setup will trigger a duplicate settings() warning

Open

#823 aperta il 18 feb 2024

Vedi su GitHub
 (6 commenti) (2 reazioni) (0 assegnatari)Java (176 fork)auto 404
bughas attachmenthelp wantedpreprocessor

Metriche repository

Star
 (439 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Created by: clankill3r

Processing 4.3 Windows 10

I thought I was going crazy :)

void settings() {
 
}

void setup() {
  noSmooth();
}

image

Guida contributor