当前位置:网站首页>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);
});
边栏推荐
- 分析伦敦银走势图的技巧
- idea恢复默认快捷键
- LeetCode 8. String conversion integer (ATOI)
- go语言笔记(4)go常用管理命令
- What if the win11 shared file cannot be opened? The solution of win11 shared file cannot be opened
- JS closure
- Vue cleans up the keepalive cache scheme in a timely manner
- 电脑怎么保存网页到桌面上使用
- Summary of the mistakes in the use of qpainter in QT gobang man-machine game
- What if the brightness of win11 is locked? Solution to win11 brightness locking
猜你喜欢
测试员的算法面试题-找众数
render函数与虚拟dom
What if win11u disk refuses access? An effective solution to win11u disk access denial
Some suggestions for interface design
How does win11 search for wireless displays? Win11 method of finding wireless display device
Hands on deep learning (III) -- convolutional neural network CNN
Managed service network: application architecture evolution in the cloud native Era
多模输入事件分发机制详解
Understand Alibaba cloud's secret weapon "dragon architecture" in the article "science popularization talent"
五子棋 上班摸鱼工具 可局域网/人机
随机推荐
Jiuqi ny8b062d MCU specification /datasheet
电脑怎么保存网页到桌面上使用
ACM组合计数入门
word中使用自动插入题注功能
【申博攻略】六.如何联系心仪的博导
测试员的算法面试题-找众数
LeetCode 8. String conversion integer (ATOI)
What if the brightness of win11 is locked? Solution to win11 brightness locking
PS竖排英文和数字文字怎么改变方向(变竖直显示)
记一次重复造轮子(Obsidian 插件设置说明汉化)
实操自动生成接口自动化测试用例
Function analysis and source code of hash guessing game system development
D3.js+Three.js数据可视化3d地球js特效
[1200. Minimum absolute difference]
VIM asynchronous problem
Go notes (3) usage of go language FMT package
Win11系统wifi总掉线怎么办?Win11系统wifi总掉线的解决方法
How does wincc7.5 SP1 find variables and their positions through cross indexing?
阿里测试师用UI自动化测试实现元素定位
Common verification rules of form components -1 (continuously updating ~)