Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Improve RingGeometry page. #27495

Merged
merged 4 commits into from
Jan 5, 2024
Merged
Changes from 1 commit
Commits
File filter

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
Update RingGeometry.html
  • Loading branch information
Mugen87 committed Jan 5, 2024
commit 674c8b53941ddaac818d5f7239caf0fb74cb5e2a
2 changes: 1 addition & 1 deletion docs/api/zh/geometries/RingGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h3>[name]([param:Float innerRadius], [param:Float outerRadius], [param:Integer
innerRadius — 内部半径,默认值为0.5。 <br />
outerRadius — 外部半径,默认值为1。<br />
thetaSegments — 圆环的分段数。这个值越大,圆环就越圆。最小值为3,默认值为32。<br />
phiSegments — 圆环半径的分段数字。最小值为1,默认值为8。<br />
phiSegments — 圆环半径的分段数字。最小值为1,默认值为1。<br />
thetaStart — 起始角度,默认值为0。<br />
thetaLength — 圆心角,默认值为Math.PI * 2。
</p>
Expand Down