Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into fix/default-camera-z
  • Loading branch information
limzykenneth authored May 9, 2024
commit e6c28bb8ca3f9f6fd1591112de03f57ac7a06d4e
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-coordinate of the camera. Defaults to 800.</p>
<p>कैमरे का z-निर्देशांक। डिफ़ॉल्ट 800.</p>
type: Number
optional: true
- name: centerX
Expand Down
4 changes: 2 additions & 2 deletions src/content/reference/zh-Hans/p5.Camera/camera.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ params:
optional: true
- name: z
description: |
<p>z-coordinate of the camera. Defaults to 800.</p>
type: Number
<p>相机的 z 坐标。默认为 800</p>
type: 数字
optional: true
- name: centerX
description: |
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.