Is it possible to create a georeferenced mesh / textured object? I can see point clouds are georeferenced but .ply are not.
My end goal is to create a 3dtiles
dataset with multiple levels of detail to use in Cesium web applications. Other common formats for this purpose are slpk
and that would be OK too. But I want to show users a mesh, not a point cloud. Thanks!
1 Like
Have you tried to pass --3d-tiles
to the ODM processing options? It will generate a Cesium 3D tile model that is georeferenced.
3 Likes
Great, yes this works, awesome feature that is not readily available in the commercial offerings!
3 Likes
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.