nofaceinbook / muxp

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

Function "createDSFVertices" does not check for different elevations at all vertices #45

Open nofaceinbook opened 3 years ago

nofaceinbook commented 3 years ago

Important is, that this function only checks for different elevation in pools of new vertices. If however a vertex is not changed and stays with old elevation and a new vertex at that position is created they could end up in dsf with different elevations. Not clear if this ever happens. In addition function "validate_mesh" does such elevation check before. So it should really not happen. However same checks are then partly done twice. Could be improved.