|
@@ -16,8 +16,8 @@
|
|
|
A series of lines drawn between pairs of vertices.<br /><br />
|
|
|
|
|
|
This is nearly the same as [page:Line]; the only difference is that it is rendered using
|
|
|
- [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINE_STRIP]
|
|
|
- instead of [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINES]
|
|
|
+ [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINES]
|
|
|
+ instead of [link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/drawElements gl.LINE_STRIP].
|
|
|
</div>
|
|
|
|
|
|
|