Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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