MCPcopy Index your code
hub / github.com/processing/processing / endCamera

Method endCamera

core/src/processing/core/PGraphics.java:5843–5845  ·  view source on GitHub ↗

( begin auto-generated from endCamera.xml ) 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. ( end auto-generated ) @webref lights_camera:

()

Source from the content-addressed store, hash-verified

5841 * @see PGraphics#camera(float, float, float, float, float, float, float, float, float)
5842 */
5843 public void endCamera() {
5844 showMethodWarning("endCamera");
5845 }
5846
5847 /**
5848 * ( begin auto-generated from camera.xml )

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected