Skip to content

Commit

Permalink
Optimize the Description of RingGeometry (#27495)
Browse files Browse the repository at this point in the history
* Update RingGeometry.html

* Update RingGeometry.html

* Update RingGeometry.html

* Update RingGeometry.html

---------

Co-authored-by: Michael Herzog <michael.herzog@human-interactive.org>
  • Loading branch information
xxhls and Mugen87 committed Jan 5, 2024
1 parent a4fbc07 commit 71734d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 per ring segment. Minimum is `1`. Default is `1`.<br />
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,默认值为1<br />
thetaStart — 起始角度,默认值为0。<br />
thetaLength — 圆心角,默认值为Math.PI * 2。
</p>
Expand Down

0 comments on commit 71734d2

Please sign in to comment.