Skip to content

Commit d1cae09

Browse files
authored
Merge pull request #578 from processing/v1.11.0-reference
Update reference for v11, fix locked version on p5 update
2 parents e501e49 + c57658b commit d1cae09

File tree

127 files changed

+3345
-682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+3345
-682
lines changed

public/reference/data.json

Lines changed: 554 additions & 209 deletions
Large diffs are not rendered by default.

src/content/reference/en/p5.Camera/camera.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ description: >
5151
the "up"
5252
5353
vector is <code>(0, 1, 0)</code>.</p>
54-
line: 2764
54+
line: 2765
5555
isConstructor: false
5656
itemtype: method
5757
example:

src/content/reference/en/p5.Camera/centerX.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010
"world" space, so
1111
1212
<code>myCamera.centerX</code> is 0.</p>
13-
line: 1186
13+
line: 1187
1414
isConstructor: false
1515
itemtype: property
1616
example:

src/content/reference/en/p5.Camera/centerY.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010
"world" space, so
1111
1212
<code>myCamera.centerY</code> is 0.</p>
13-
line: 1299
13+
line: 1300
1414
isConstructor: false
1515
itemtype: property
1616
example:

src/content/reference/en/p5.Camera/centerZ.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: >
1010
"world" space, so
1111
1212
<code>myCamera.centerZ</code> is 0.</p>
13-
line: 1412
13+
line: 1413
1414
isConstructor: false
1515
itemtype: property
1616
example:

src/content/reference/en/p5.Camera/eyeX.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module: 3D
44
submodule: Camera
55
file: src/webgl/p5.Camera.js
66
description: |
7-
<p>The camera’s y-coordinate.</p>
8-
<p>By default, the camera’s y-coordinate is set to 0 in "world" space.</p>
9-
line: 850
7+
<p>The camera’s x-coordinate.</p>
8+
<p>By default, the camera’s x-coordinate is set to 0 in "world" space.</p>
9+
line: 851
1010
isConstructor: false
1111
itemtype: property
1212
example:

src/content/reference/en/p5.Camera/eyeY.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ file: src/webgl/p5.Camera.js
66
description: |
77
<p>The camera’s y-coordinate.</p>
88
<p>By default, the camera’s y-coordinate is set to 0 in "world" space.</p>
9-
line: 962
9+
line: 963
1010
isConstructor: false
1111
itemtype: property
1212
example:

src/content/reference/en/p5.Camera/eyeZ.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ file: src/webgl/p5.Camera.js
66
description: |
77
<p>The camera’s z-coordinate.</p>
88
<p>By default, the camera’s z-coordinate is set to 800 in "world" space.</p>
9-
line: 1074
9+
line: 1075
1010
isConstructor: false
1111
itemtype: property
1212
example:

src/content/reference/en/p5.Camera/frustum.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ description: >
5858
the
5959
6060
camera and the origin.</p>
61-
line: 2273
61+
line: 2274
6262
isConstructor: false
6363
itemtype: method
6464
example:

src/content/reference/en/p5.Camera/lookAt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: >
1919
<code>myCamera.lookAt(10, 20, 30)</code> points the camera at the coordinates
2020
2121
<code>(10, 20, 30)</code>.</p>
22-
line: 2667
22+
line: 2668
2323
isConstructor: false
2424
itemtype: method
2525
example:

0 commit comments

Comments
 (0)