Skip to content

noSmooth_

villares edited this page May 24, 2020 · 4 revisions

Nome

noSmooth()

Exemplos

background(0); 
smooth(); 
ellipse(70, 48, 36, 36); 
noSmooth(); 
ellipse(30, 48, 36, 36); 

Descrição

Desenha todas as formas geométricas com arestas serrilhas ( aliased).

Sintaxe

noSmooth()

Retorno

Nenhum

Utilização

Web & Applicações

Relacionado

smooth()

Clone this wiki locally