Cadiboo / NoCubes

A mod for 1.12.2+ that creates smooth terrain in Minecraft
https://Cadiboo.github.io/projects/nocubes/
GNU Lesser General Public License v3.0
141 stars 12 forks source link

Make smooth terrain seamlessly connect to non-smooth blocks #33

Open wdhwg001 opened 5 years ago

wdhwg001 commented 5 years ago

Right now the terrain are self smoothed, but it can create some gaping, leaking and floating issues when the terrain blocks are closed to material blocks like wood planks.

IMO, those material blocks should not be smoothed, but the edge of terrain blocks should try to smoothly attach to the connecting vertices to fix the gaping, leaking and floating issues.

Cadiboo commented 5 years ago

Smooth terrain (using Surface Nets/Marching Cubes/Marching Tetrahedra) already connects more to normal blocks (cobblestone, planks). I don’t have the expertise required to make a mesh generator that can connect to building blocks the way you’re suggesting and still look “natural”.

Cadiboo commented 2 years ago

This issue hasn’t been closed because it’s a planned feature.