Skip to main content
Question

LAS to mesh in OBJ

  • October 20, 2021
  • 1 reply
  • 158 views

giuseppecfgeo
Participant
Forum|alt.badge.img

Hi community!

How can I transform a pointcloud LAS in a mesh OBJ?

Tnkx to everybody

1 reply

virtualcitymatt
Celebrity
Forum|alt.badge.img+47
  • Celebrity
  • 2000 replies
  • October 21, 2021

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