Version: 2020.1
언어: 한국어

MeshOptimizationFlags

enumeration

매뉴얼로 전환

설명

Options to control the optimization of mesh data during asset import.

변수

PolygonOrderOptimize the order of polygons in the mesh to make better use of the GPUs internal caches to improve rendering performance.
VertexOrderOptimize the order of vertices in the mesh to make better use of the GPUs internal caches to improve rendering performance.
EverythingPerform maximum optimization of the mesh data, enables all optimization options.