nofaceinbook / muxp

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

Improve .obj export/import #37

Closed nofaceinbook closed 4 years ago

nofaceinbook commented 4 years ago

1) Use Mercartor Projection instead of coordinates. (done) 2) Export / import always vertex normals. (done) 3) Allow usage of name in command to specify .obj filename (done) 4) Instead of specifying polygon for the obj file to fit in, derive polygon from outer edges of .obj --> later version 5) Don't set all vertices in area to fixed elevation, keep raster -32678 elevation for dsf where no fixed value needed --> probable fixed in getDSFvetices(), double check and adapt description of function --> should work (done) 6) Check why outer edges at EBCI are not continues? --> There are additional physical water trias above causing addtional mesh patches.... 7) Errors when files are not found / not have required values (done) 8) Export real elevation and not value 32678 for raster elevation (done)

nofaceinbook commented 4 years ago

Fixed with last commit