10 thoughts to “Cesium实战(十五)osgb转3dtiles”

    1. 示例:
      3dtile.exe -f osgb -i E:\Data\hgc -o E:\Data\hgc_test
      3dtile.exe -f osgb -i E:\Data\dayanta -o E:\Data\dayanta_test -c “{\”offset\”: 0}”
      3dtile.exe -f shape -i E:\Data\aa.shp -o E:\Data\aa –height height
      3dtile.exe -f gltf -i E:\Data\TT\001.osgb -o E:\Data\TT\001.glb
      3dtile.exe -f gltf -i E:\Data\TT\001.obj -o E:\Data\TT\001.glb
      3dtile.exe -f b3dm -i E:\Data\aa.b3dm -o E:\Data\aa.glb
      详细请看:
      https://github.com/fanvanzh/3dtiles

      1. 应该不是环境问题,是你的数据组织的问题,这个工具只支持context capture生成的数据,类似:
        dir
        │ metadata.xml
        └─Data
        ├─Tile_+017_+004
        │ Tile_+017_+004.osgb
        │ Tile_+017_+004_L14_0.osgb
        ├─Tile_+017_+005
        │ Tile_+017_+005.osgb
        │ Tile_+017_+005_L14_0.osgb
        │ Tile_+017_+005_L15_00.osgb
        ├─Tile_+018_+004
        │ Tile_+018_+004.osgb
        │ Tile_+018_+004_L14_0.osgb
        └─Tile_+018_+005
        Tile_+018_+005.osgb
        Tile_+018_+005_L14_0.osgb