py3dtilers icon indicating copy to clipboard operation
py3dtilers copied to clipboard

Add an option to give a specific position to a tileset

Open clementcolin opened this issue 2 years ago • 1 comments

The --offset option let us translate a tileset. It also let us substract the centroid of the tileset to center it to the origin.

Another usefull option to add would be to set an all-new centroid.

For now, a workaround solution is the following : ****-tiler YOUR_FILE --offset centroid tileset-reader RESULTING_TILESET --offset new_centroid

clementcolin avatar May 31 '22 08:05 clementcolin

This could be an interesting new feature indeed. Some work could be done to change only the centroid when using reprojection, offset or this new feature (transform only the centroid, not all triangles/vertices).

LorenzoMarnat avatar Jun 01 '22 12:06 LorenzoMarnat