Translations:Optimization Guidelines/9/en

From Neos Wiki
Jump to navigation Jump to search

GPU Mesh Instancing

If there are multiple instances of the same static mesh/material combination, they will be instanced (on most shaders). This can significantly improve performance when rendering multiple instances of the same object, e.g. having lots of trees in the environment [1]. Note that SkinnedMeshRenderers are not eligible for GPU instancing. [2]