当前位置:网站首页>shp数据制作3DTiles白膜
shp数据制作3DTiles白膜
2022-07-04 19:54:00 【liuccn】
3D Tiles格式介绍
3D Tiles用于大场景的三维模型。 3D Tiles是一个开放的规范,用于传输海量的异构三维地理空间数据集。使用概念上类似于terrain和imagery的瓦片流技术,3D Tiles 使得建筑物数据集、BIM模型、点云和摄影测量模型等大模型比较流畅的在Web端进行浏览展示。
3D Tiles官方资料
转换.shp文件为3dtiles
进入到通用模型切片

选择shp数据,设置白膜高度信息

设置存储类型为散列,选择输出路径,提交任务即可

生成的结果文件
发布服务

在线查看



CesiumJs加载3dtiles
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: 'http://127.0.0.1:8088/3data/tileset.json'
}));
tileset.readyPromise.then(function () {
var boundingSphere = tileset.boundingSphere;
viewer.camera.viewBoundingSphere(boundingSphere, new Cesium.HeadingPitchRange(0.0, -0.5, boundingSphere.radius));
viewer.camera.lookAtTransform(Cesium.Matrix4.IDENTITY);
}).otherwise(function (error) {
throw(error);
});
边栏推荐
- Win11怎么搜索无线显示器?Win11查找无线显示器设备的方法
- From automation to digital twins, what can Tupo do?
- acwing 3302. Expression evaluation
- Stack: how to realize the judgment of valid brackets?
- Redis分布式锁的实现
- 托管式服务网络:云原生时代的应用体系架构进化
- Explication détaillée du mécanisme de distribution des événements d'entrée multimodes
- 记一次重复造轮子(Obsidian 插件设置说明汉化)
- jekins初始化密码没有或找不到
- 【观察】联想:3X(1+N)智慧办公解决方案,释放办公生产力“乘数效应”
猜你喜欢

Idea configuration standard notes

hash 表的概念及应用

What should I do if my computer sharing printer refuses access

6月“墨力原创作者计划”获奖名单公布!邀您共话国产数据库

Explication détaillée du mécanisme de distribution des événements d'entrée multimodes

多模輸入事件分發機制詳解

What if the win11 shared file cannot be opened? The solution of win11 shared file cannot be opened

仿ps样式js网页涂鸦板插件

In the face of the same complex test task, why can the elder sort out the solution quickly? Ali's ten-year test engineers showed their skills

WinCC7.5 SP1如何通过交叉索引来寻找变量及其位置?
随机推荐
Jiuqi ny8b062d MCU specification /datasheet
VIM asynchronous problem
仿ps样式js网页涂鸦板插件
冰河的海报封面
How does wincc7.5 SP1 find variables and their positions through cross indexing?
GVM use
[1200. Différence absolue minimale]
【服务器数据恢复】某品牌服务器存储raid5数据恢复案例
工厂从自动化到数字孪生,图扑能干什么?
What if the computer page cannot be full screen? The solution of win11 page cannot be full screen
HMS Core 统一扫码服务
uniapp 富文本编辑器使用
Some suggestions for interface design
HWiNFO硬件检测工具v7.26绿色版
Vue cleans up the keepalive cache scheme in a timely manner
电脑怎么保存网页到桌面上使用
render函数与虚拟dom
哈希表、哈希函数、布隆过滤器、一致性哈希
acwing 3302. Expression evaluation
LeetCode 8. 字符串转换整数 (atoi)