2025年3dtiles(3DTiles转换)

3dtiles(3DTiles转换)支持 osgb 格式的倾斜影像数据以及 gltf 数据 转换 为 Cesium 可识别的 3d tiles 数据 对于 Cesium 1 5 系列版本需要加上补丁才可以正常加载 可参考查看地址 https www bianchenghao cn p e0e0a62c5726 命令行 3d tile exe FLAGS OPTIONS format input output 示例 3d tile exe f osgb i E Datahgc o E Datahgc test

支持osgb格式的倾斜影像数据以及gltf数据

转换

Cesium

可识别的

3dtiles

数据,对于

Cesium

1.5系列版本需要加上补丁才可以正常加载。可参考查看地址:https://www.jianshu.com/p/e0e0a62c5726

命令行:

3d

tile.exe [FLAGS] [OPTIONS] --format --input --output

示例:

3d

tile.exe -f osgb -i E:Datahgc -o E:Datahgc_test

3d

tile.exe -f osgb -i E:Datadayanta -o E:Datadayanta_test -c "{"offset": 0}"

3d

tile.exe -f shape -i E:Dataaa.shp -o E:Dataaa --height height

3d

tile.exe -f gltf -i E:DataTT001.osgb -o E:DataTT001.glb

3d

tile.exe -f gltf -i E:DataTT001.obj -o E:DataTT001.glb

3d

tile.exe -f b

3d

m -i E:Dataaa.b

3d

m -o E:Dataaa.glb

参数说明:

-c, --config

{

"x": 120,

"y": 30,

"offset": 0 , //

模型

最低面地面距离

"max_lvl" : 20 // 处理切片

模型

到20级停止

}

-f, --format

-i, --input

-o, --output

--height, 指定shapefile的高度字段 (转shapefile时,必须参数)

编程小号
上一篇 2025-09-24 14:06
下一篇 2025-08-04 10:06

相关推荐

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/bian-cheng-ri-ji/44990.html