smooth()

Environment

Description

Draws all geometry with smooth (anti-aliased) edges. Enabled by default.

Syntax

void smooth()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...