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

Method beginCamera

core/src/processing/core/PGraphics.java:5869–5871  ·  view source on GitHub ↗

The beginCamera() and endCamera() functions enable advanced customization of the camera space. The functions are useful if you want to more control over camera movement, however for most users, the camera() function will be sufficient. The camera functions will replac

()

Source from the content-addressed store, hash-verified

5867 * @see PGraphics#scale(float, float, float)
5868 */
5869 public void beginCamera() {
5870 showMethodWarning("beginCamera");
5871 }
5872
5873 /**
5874 * The <b>beginCamera()</b> and <b>endCamera()</b> functions enable

Callers

nothing calls this directly

Calls 1

showMethodWarningMethod · 0.95

Tested by

no test coverage detected