Unreal Engine 5 - Runtime Terrain Generation #13 - C++ Performance Improvements and Optimization
🕑 Added 2023-11-08 10:01:01 +0000 UTCThis is the 13th episode of unreal engine runtime terrain generation system. Today, we are going to improve the performance of runtime landscape generation system by optimizing the tile generation function. Here, once the initial set of tiles are generated, when player moves further away and needs to generate more tiles, instead of creating new mesh sections, we will be updating the furthest tile to create the next closer tile needs to be generated. This will further optimize the system have better performance in the runtime.
Comments
Thilina Premasiri
can you share 2 screenshots with lit mode and wireframe modes in here or discord
Max Radojevic
Hey, so I downloaded the source file, and from what I can tell I don't have any difference. But when I generate my terrain, there is a space of one square(two triangles) between every chunk of terrain. Any ideas? :)