未验证 提交 f3a86fd0 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13678 from takahirox/FixBufferAttributeTypeNormalizedDoc

Docs: Added missing normalized argument to BufferAttributeType
......@@ -32,11 +32,13 @@
<h2>Constructor</h2>
All of the above are called in the same way.
<h3>TypedBufferAttribute( [param:Array array], [param:Integer itemSize] )</h3>
<h3>TypedBufferAttribute( [param:Array array], [param:Integer itemSize], [param:Boolean normalized] )</h3>
<div>
array -- this can be a typed or untyped (normal) array. It will be converted to the Type specified.<br /><br />
itemSize -- the number of values of the array that should be associated with a particular vertex.
itemSize -- the number of values of the array that should be associated with a particular vertex.<br /><br />
normalized -- (optional) indicates how the underlying data in the buffer maps to the values in the GLSL code.
</div>
<h2>Properties</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册