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

Implemented heightmap worlds and terrain smoothing #21

Closed Eldemarkki closed 4 years ago

Eldemarkki commented 4 years ago

1 check "failed" because Codacy doesn't recognize that Unity uses the Start(), Update()... so it marks them as unused functions and therefore lowers the code quality which leads to it failing.