processing/processing4
having noSmooth(); in setup will trigger a duplicate settings() warning
オープン
#823 opened on 2024/02/18
bughas attachmenthelp wantedpreprocessor
Repository metrics
- Stars
- (439 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Created by: clankill3r
Processing 4.3 Windows 10
I thought I was going crazy :)
void settings() {
}
void setup() {
noSmooth();
}