endCamera()
Lights Camera / CameraDescription
Closes a camera definition started with beginCamera().
Syntax
void endCamera()
Parameters
None
Returns
voidRelated
Under the Hood
From Processing.h:
void endCamera();
Under the Hood
From Processing.cpp:
void PApplet::endCamera() {glPopMatrix();}