processing/processing4
having noSmooth(); in setup will trigger a duplicate settings() warning
開放
#823 建立於 2024年2月18日
bughas attachmenthelp wantedpreprocessor
倉庫指標
- 星標
- (439 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Created by: clankill3r
Processing 4.3 Windows 10
I thought I was going crazy :)
void settings() {
}
void setup() {
noSmooth();
}