Skip to content

Commit 202771d

Browse files
committed
Add documentation for p5.Camera.frustum that will appear on the
reference page
1 parent ea772aa commit 202771d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/webgl/p5.Camera.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ p5.Camera.prototype.ortho = function(left, right, bottom, top, near, far) {
802802
};
803803

804804
/**
805+
* Sets the frustum for a p5.Camera object and sets parameters
806+
* for that frustum according to <a href="#/p5/frustum">frustum()</a> syntax.
805807
* @method frustum
806808
* @for p5.Camera
807809
*/

0 commit comments

Comments
 (0)