filmov
tv
Unity Terrain System - Patch Stream LOD - WIP
Показать описание
Experimenting with different methods to procedurally generate Terrain with different LOD's on runtime. Where recursive Data Structure with QuadTrees & OcTrees seems to be the most common approach, a streaming approach appears to create more even transitions in a more controllable mesh generation. Maybe theres a way to have the best of both... worlds