( begin auto-generated from beginCamera.xml ) 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 sufficie
()
| 5824 | * @see PGraphics#scale(float, float, float) |
| 5825 | */ |
| 5826 | public void beginCamera() { |
| 5827 | showMethodWarning("beginCamera"); |
| 5828 | } |
| 5829 | |
| 5830 | /** |
| 5831 | * ( begin auto-generated from endCamera.xml ) |
nothing calls this directly
no test coverage detected