We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ac24b commit a523935Copy full SHA for a523935
src/webgl/p5.Camera.js
@@ -2721,7 +2721,7 @@ p5.Camera = class Camera {
2721
* @for p5.Camera
2722
* @param {Number} [x] x-coordinate of the camera. Defaults to 0.
2723
* @param {Number} [y] y-coordinate of the camera. Defaults to 0.
2724
- * @param {Number} [z] z-coordinate of the camera. Defaults to 0.
+ * @param {Number} [z] z-coordinate of the camera. Defaults to 800.
2725
* @param {Number} [centerX] x-coordinate of the point the camera faces. Defaults to 0.
2726
* @param {Number} [centerY] y-coordinate of the point the camera faces. Defaults to 0.
2727
* @param {Number} [centerZ] z-coordinate of the point the camera faces. Defaults to 0.
0 commit comments