Skip to content

Commit 5e949ce

Browse files
authored
Merge pull request #17694 from milcondoin/patch-1
Update DrawModes.html
2 parents 1e4c317 + 89c6166 commit 5e949ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/en/constants/DrawModes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h2>Draw Modes</h2>
2626
THREE.TrianglesDrawMode
2727
</code>
2828
<p>
29-
This is the default, and results in every three consecutive vertices (v0, v1, v2), (v2, v3, v5), ...
29+
This is the default, and results in every three consecutive vertices (v0, v1, v2), (v3, v4, v5), ...
3030
being interpreted as a separate triangle. <br />
3131
If the number of vertices is not a multiple of 3, excess vertices are ignored.
3232
</p>

0 commit comments

Comments
 (0)