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
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/en/geometries/RingGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>
outerRadius — Default is `1`. <br />
thetaSegments — Number of segments. A higher number means the ring will be
more round. Minimum is `3`. Default is `32`. <br />
phiSegments — Minimum is `1`. Default is `1`.<br />
phiSegments — Number of segments in the radius of a ring. Minimum is `1`. Default is `1`.<br />
Mugen87 marked this conversation as resolved.
Show resolved Hide resolved
thetaStart — Starting angle. Default is `0`. <br />
thetaLength — Central angle. Default is Math.PI * 2.
</p>
Expand Down
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,默认值为8。<br />
thetaStart — 起始角度,默认值为0。<br />
thetaLength — 圆心角,默认值为Math.PI * 2。
</p>
Expand Down