Skip to content

Commit

Permalink
Merge pull request #332 from processing/fix/default-camera-z
Browse files Browse the repository at this point in the history
Correct default camera z value in docs
  • Loading branch information
limzykenneth authored May 9, 2024
2 parents 0e42fcc + e6c28bb commit 373850f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/content/reference/en/p5.Camera/camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ params:
optional: true
- name: z
description: |
<p>z-coordinate of the camera. Defaults to 0.</p>
<p>z-coordinate of the camera. Defaults to 800.</p>
type: Number
optional: true
- name: centerX
Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/es/p5.Camera/camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ params:
optional: true
- name: z
description: |
<p>Coordenada z de la cámara. Por defecto, 0.</p>
<p>Coordenada z de la cámara. Por defecto, 800.</p>
type: Number
optional: true
- name: centerX
Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/hi/p5.Camera/camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ params:
optional: true
- name: z
description: |
<p>कैमरे का z-निर्देशांक। डिफ़ॉल्ट 0.</p>
<p>कैमरे का z-निर्देशांक। डिफ़ॉल्ट 800.</p>
type: Number
optional: true
- name: centerX
Expand Down
2 changes: 1 addition & 1 deletion src/content/reference/zh-Hans/p5.Camera/camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ params:
optional: true
- name: z
description: |
<p>相机的 z 坐标。默认为 0。</p>
<p>相机的 z 坐标。默认为 800。</p>
type: 数字
optional: true
- name: centerX
Expand Down

0 comments on commit 373850f

Please sign in to comment.