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