endCamera()

Lights Camera / Camera

Description

Closes a camera definition started with beginCamera().

Syntax

void endCamera()

Parameters

None

Returns

void

Related

Under the Hood

From Processing.h:

void endCamera();

Under the Hood

From Processing.cpp:

void PApplet::endCamera() {glPopMatrix();}