We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e4c317 + 89c6166 commit 5e949ceCopy full SHA for 5e949ce
docs/api/en/constants/DrawModes.html
@@ -26,7 +26,7 @@ <h2>Draw Modes</h2>
26
THREE.TrianglesDrawMode
27
</code>
28
<p>
29
- This is the default, and results in every three consecutive vertices (v0, v1, v2), (v2, v3, v5), ...
+ This is the default, and results in every three consecutive vertices (v0, v1, v2), (v3, v4, v5), ...
30
being interpreted as a separate triangle. <br />
31
If the number of vertices is not a multiple of 3, excess vertices are ignored.
32
</p>
0 commit comments