beginCamera()

Lights Camera / Camera

Description

Opens a section of code that can include shapes to be rendered into the camera-space. Must be paired with endCamera().

Syntax

void beginCamera()

Parameters

None

Returns

void

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...