loicgasser / quantized-mesh-tile

Quantized-Mesh encoder/decoder and topology builder
MIT License
89 stars 20 forks source link

Merge two mesh tiles? #41

Open shayb-datumate opened 4 years ago

shayb-datumate commented 4 years ago

Hi,

I have a terrain mesh tile, and another one containing only terrain inside a polygon, and I want to modify the first tile by embedding the terrain from the second tile's polygon into it.

Is there a way to accomplish this using this library?