Skip to content

Commit

Permalink
Fix default z value in p5.Camera::camera() docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek committed May 1, 2024
1 parent 23ac24b commit a523935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webgl/p5.Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -2721,7 +2721,7 @@ p5.Camera = class Camera {
* @for p5.Camera
* @param {Number} [x] x-coordinate of the camera. Defaults to 0.
* @param {Number} [y] y-coordinate of the camera. Defaults to 0.
* @param {Number} [z] z-coordinate of the camera. Defaults to 0.
* @param {Number} [z] z-coordinate of the camera. Defaults to 800.
* @param {Number} [centerX] x-coordinate of the point the camera faces. Defaults to 0.
* @param {Number} [centerY] y-coordinate of the point the camera faces. Defaults to 0.
* @param {Number} [centerZ] z-coordinate of the point the camera faces. Defaults to 0.
Expand Down

0 comments on commit a523935

Please sign in to comment.