Skip to content

Commit

Permalink
Set p5.Camera as a constructor in reference
Browse files Browse the repository at this point in the history
  • Loading branch information
limzykenneth committed Jul 31, 2024
1 parent 6c2e4eb commit 449e6dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webgl/p5.Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ p5.prototype.createCamera = function () {
* `myCamera.move()` moves the camera along its own axes.
*
* @class p5.Camera
* @constructor
* @param {rendererGL} rendererGL instance of WebGL renderer
*
* @example
Expand Down

0 comments on commit 449e6dc

Please sign in to comment.