processing/processing4
Vedi su GitHubhaving noSmooth(); in setup will trigger a duplicate settings() warning
Open
#823 aperta il 18 feb 2024
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();
}