Skip to content
On this page

Skeletal Mesh LODs

If the above clip doesn't load correctly, click here.

Creating Skeletal mesh LODs

Start by opening any skeletal mesh in Persona and make sure that you are in Mesh editing mode. In this example I will be using the kid from Kite demo.

MainPersona

In the Mesh Details tab you'll notice LOD Settings, change Number of LODs to 3 (can choose any number of course, but for this example we'll use 3) and press Apply Changes.

settings3LODs

At this point you might already have notice 2 LODs has been generated with default settings. Where LOD1 has 50% triangles left and LOD2 has 25% triangles left. These LODs can be previewed by using the LOD dropdown button in the viewport.

LODPreview

If you would like to iterate your LODs you can do so by changing the reduction settings per LOD.

ReductionSettings

Reduction Settings

ReductionSetting

TypeDescription
Percent TrianglesPercent of triangles to keep.
Max deviationSpecify how much the LOD should deviate from original LOD.
SilhouetteA higher value will result in a higher silhouette preservation.
TextureA higher value will preserve texture coordinates better, thus introduces less distortion of the textures.
ShadingSpecifies how important shading quality is. Choosing a higher setting will cause the simplification to better preserve hading quality but will result in a higher triangle count.
SkinningA higher value will result in higher skinning preservation.
Welding thresholdWeld vertices that are withing this distance
Recompute normalsSpecify whether or not to recompute normals
Hard edge angleAny edge between two triangles, where the angle exceeds the set value, will not cause smoothing of normals.
Max bones per vertexSpecify maximum bone influences per vertex
Base LODSpecify what LOD you would like to use as base LOD while generating the current LOD. E.g you can use LOD1 as base when generating LOD2