xuzhusheng / gltf-to-3d-tiles

Convert glTF model to Glb, b3dm and 3D tiles format.
MIT License
123 stars 35 forks source link

Specify adjustment transform #15

Closed adoug closed 1 year ago

adoug commented 1 year ago

Hi, is there a way to apply an adjustment transform? I need to adjust the position of the 3d tiles. This works on Cesium ion, it adds a transform array but I would like to be able to do this kind of thing with this library or is there a way to patch the generated tileset.json file?

adoug commented 1 year ago

Found that I can just do this via Cesium js API.