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
()
| 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 |
nothing calls this directly
no test coverage detected