Hi community!
How can I transform a pointcloud LAS in a mesh OBJ?
Tnkx to everybody
Hi community!
How can I transform a pointcloud LAS in a mesh OBJ?
Tnkx to everybody
Not a super easy workflow with FME really, at least not to get the results you're probably hoping for
You can experiment with the PointCloudSurfaceBuilder to generate a surface, then you can simply right out the OBJ
LAs reader > PoincCloudSurfaceBuilder> Obj writer
I'm not sure how (or if) it will work with textures/colors etc