noLights()
Lights Camera / LightsDescription
Disables all lighting. Geometry will be rendered flat with fill color only.
Syntax
void noLights()
Parameters
None
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...