noLights()

Lights Camera / Lights

Description

Disables all lighting. Geometry will be rendered flat with fill color only.

Syntax

void noLights()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...