MCPcopy Create free account
hub / github.com/benfry/processing4 / endCamera

Method endCamera

core/src/processing/core/PGraphics.java:5884–5886  ·  view source on GitHub ↗

The beginCamera() and endCamera() functions enable advanced customization of the camera space. Please see the reference for beginCamera() for a description of how the functions are used. @webref lights_camera:camera @webBrief The beginCamera() and endCamera() func

()

Source from the content-addressed store, hash-verified

5882 * @see PGraphics#camera(float, float, float, float, float, float, float, float, float)
5883 */
5884 public void endCamera() {
5885 showMethodWarning("endCamera");
5886 }
5887
5888 /**
5889 * Sets the position of the camera through setting the eye position, the

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected