lights()

Lights Camera / Lights

Description

Sets the default ambient light, directional light, falloff, and specular values. Equivalent to calling ambientLight() and directionalLight() with default parameters.

Syntax

void lights()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...