Skip to content

Commit

Permalink
Update p5.Camera.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davepagurek authored Jan 21, 2024
1 parent 61e791a commit ca58fd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webgl/p5.Camera.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ p5.prototype.perspective = function (...args) {
* //there's no vanishing point
* function setup() {
* createCanvas(100, 100, WEBGL);
* camera(0, 0, 50*sqrt(3), 0, 0, 0, 0, 1, 0);
* ortho();
* describe(
* 'two 3D boxes move back and forth along same plane, rotating as mouse is dragged.'
Expand Down

0 comments on commit ca58fd7

Please sign in to comment.