ProjSEED / lodToolkit

level-of-details toolkit(LTK). Convert osgb lod tree to 3mx tree. Convert pointcloud in ply/las/laz/xyz to 3mx/osgb tree.
MIT License
111 stars 36 forks source link

LAS to 3mx mesh #12

Closed otofoto closed 3 years ago

otofoto commented 3 years ago

Fantastic tool!!! Would it be possible to generate mesh from LAS so it can be used in standard viewer?

GitGaoXing commented 3 years ago

No can do. Generating mesh from LAS requires complex algorithm. Such as Possion surface reconstruction. Then you need to simplify the mesh to generate LOD.

otofoto commented 3 years ago

Simplified Delaunay triangulation TIN model for terrain would also be ok. But mesh simplifying could be replaced by triangulation of each LOD separately.