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

Implement different voxel scales #5

Closed Eldemarkki closed 4 years ago

Eldemarkki commented 4 years ago

I have now implemented different voxel scales to the different-voxel-scales branch.

However, I won't merge it into develop because I don't see it as a necessary feature. It is there if someone needs it.