Eldemarkki / Marching-Cubes-Terrain

Marching Cubes terrain implementation in Unity using the Job System and the Burst compiler
MIT License
562 stars 80 forks source link

Generate chunks around the player in a circular shape #30

Open Eldemarkki opened 4 years ago

Eldemarkki commented 4 years ago

The chunks should be generated in a circle rather than a cube, to ensure that the chunks closest to the player will be generated before the ones that are further away.