Skip to content

Commit

Permalink
fixed #3093
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnZhang2015 committed Dec 16, 2024
1 parent 362d85e commit a8df350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.8/zh/engine/renderable/model-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Creator 提供了几个简单的静态 3D 模型,其中包含了立方体、

## 合批的最佳实践

通常来说合批系统的使用优先级为:**静态合批 > instancing 合批 **。<br>
通常来说合批系统的使用优先级为:**静态合批 > instancing 合批**。<br>
首先要确保材质统一,在这个前提下,如果确定某些模型在游戏周期内完全静止不会变化,就可以使用静态合批。<br>
如果存在大量相同的模型重复绘制,相互间只有相对可控的小差异,就可以使用 instancing 合批。<br>

Expand Down

0 comments on commit a8df350

Please sign in to comment.