
Descripción
Video TestScene: youtube.com/watch?v=6Cj91C5tCvg
Video2 TestScene: youtube.com/watch?v=2B2ALZWcqAE
Tutorial 1: youtube.com/watch?v=jBtugzTSrwQ
Projects often contain meshes in which different Levels Of Details (LOD) differ in size and color. If the LOD change happens instantly and the change in color and size becomes visible it is highly annoying. The plugin allows to create a smooth transition between mesh LODs.
The Plugin creates the smooth transition for Static Meshes and for Instanced Static Meshes (foliage, etc.)
The smooth transition in many cases allows to output low-level LODs at a closer distance.
The plugin allows to automatically calculate screen sizes for LODs and modify the material for correct smoothing when changing LODs. To get better smoothing when LOD is changing you can adjust manually the screen size for smoothLOD and parameters for smoothLOD materials.
In addition, the materials given in the plugin can be useful for a smooth dissolution of the last LOD, which allows you to start drawing models at closer distances. This function will also be useful if there is fog on the scene.
This plugin is a good example to learn how to programmatically generate LODs for meshes and modify materials in UE4 engine.
The system with smoothed LODs also significantly improves the situation with the display of different LODs for the left and right eyes in virtual reality glasses


