processing/processing4

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

开放

#823 创建于 2024年2月18日

 (6 条评论) (2 个反应) (0 位负责人)Java (176 个派生)auto 404
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();
}

image

贡献者指南