浏览代码

Merge pull request #20408 from Mugen87/dev52

InstancedBufferAttribute: Clarify meshPerAttribute.
Mr.doob 4 年之前
父节点
当前提交
0ff5bda2f6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/en/core/InstancedBufferAttribute.html

+ 1 - 1
docs/api/en/core/InstancedBufferAttribute.html

@@ -26,7 +26,7 @@
 
 		<h3>[property:Number meshPerAttribute]</h3>
 		<p>
-			Default is *1*.
+			Defines how  often a value of this buffer attribute should be repeated. A value of one means that each value of the instanced attribute is used for a single instance. A value of two means that each value is used for two consecutive instances (and so on). Default is *1*.
 		</p>
 
 		<h2>Methods</h2>