nofaceinbook / muxp

Mesh Updater X-Plane
GNU Lesser General Public License v3.0
18 stars 3 forks source link

Artefacts when using cut_ramp command #39

Closed nofaceinbook closed 4 years ago

nofaceinbook commented 4 years ago

Cut ramp command could end up with missing mesh inside ram along the edges and especially at vertices. Might be that verticecs on same location get different elevations. To be checked.... Issue_with_cut_ramp_command2

nofaceinbook commented 4 years ago

Solved. When extracting area there was no deepcopy for vertices leading to same reference for different vertices.