示例: 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 登录以回复
应该不是环境问题,是你的数据组织的问题,这个工具只支持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 登录以回复
收藏了,下载了,怎么用呢?命令行?请楼主给个说明吧
示例:
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
直接运行报错。请问,您编译好的3dtile,还需要下载安装rustup和vc2015吗?
不用吧,报什么错
提示 read node file [路径+.osgb] fail!
应该不是环境问题,是你的数据组织的问题,这个工具只支持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
谢谢老板~
有没有大佬用过bim2box.com/osgb_3dtiles?, 支持draco,可惜是收费的。
最近在看cesiumlab,发现他可以实现osgb转化为3dtile数据,可是自己还没有试过。
编译好的是直接用exe就行吗