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();
}