From ca58fd78ed4efd061601ffae4cff0823c1086045 Mon Sep 17 00:00:00 2001 From: Dave Pagurek Date: Sun, 21 Jan 2024 15:36:10 -0500 Subject: [PATCH] Update p5.Camera.js --- src/webgl/p5.Camera.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webgl/p5.Camera.js b/src/webgl/p5.Camera.js index 186c276d8d..a1e5572ed3 100644 --- a/src/webgl/p5.Camera.js +++ b/src/webgl/p5.Camera.js @@ -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.'