Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api/en/objects/InstancedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ <h3>[method:null setMatrixAt]( [param:Integer index], [param:Matrix4 matrix] )</
</p>
<p>
Sets the given local transformation matrix to the defined instance.
Make sure you set [page:.instanceMatrix][page:BufferAttribute.needsUpdate .needsUpdate] to true after updating all the matrices.
</p>

<h2>Source</h2>
Expand Down
1 change: 1 addition & 0 deletions docs/api/zh/objects/InstancedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ <h3>[method:null setMatrixAt]( [param:Integer index], [param:Matrix4 matrix] )</
</p>
<p>
设置给定的本地变换矩阵到已定义的实例。
请确保在更新所有矩阵后将 [page:.instanceMatrix][page:BufferAttribute.needsUpdate .needsUpdate] 设置为true。
</p>

<h2>源代码</h2>
Expand Down