Skip to content

Commit ca58fd7

Browse files
authored
Update p5.Camera.js
1 parent 61e791a commit ca58fd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/webgl/p5.Camera.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ p5.prototype.perspective = function (...args) {
222222
* //there's no vanishing point
223223
* function setup() {
224224
* createCanvas(100, 100, WEBGL);
225-
* camera(0, 0, 50*sqrt(3), 0, 0, 0, 0, 1, 0);
226225
* ortho();
227226
* describe(
228227
* 'two 3D boxes move back and forth along same plane, rotating as mouse is dragged.'

0 commit comments

Comments
 (0)