提交 a48b71ca 编写于 作者: M Mugen87

InterleavedBuffer: Improve stride definition one more time

上级 b1be5975
......@@ -24,7 +24,7 @@
<h3>[name]( [page:TypedArray array], [page:Integer stride] )</h3>
<div>
[page:TypedArray array] -- A typed array with a shared buffer. Stores the geometry data.<br/>
[page:Integer stride] -- How much to jump from the start of one vertex data to get to the next.
[page:Integer stride] -- The number of typed-array elements per vertex.
</div>
<h2>Properties</h2>
......@@ -36,7 +36,7 @@
<h3>[property:Integer stride]</h3>
<div>
How much to jump from the start of one vertex data to get to the next.
The number of typed-array elements per vertex.
</div>
<h3>[property:Integer count]</h3>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册