A procedural terrain generator based on isosurface extraction. Currently uses the marching cubes algorithm.
Written in Unity 2019.2.15f1.
- Currently CPU based jobs approach is not implemented correctly, and rendering is taking too much CPU.
- LOD system is very recursive-based. There may be a more elegant solution here.
- Lack of textures. Perhaps triplanar shader?