当前位置:网站首页>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亮度被锁定的解决方法
- Advantages of semantic tags and block level inline elements
- How does wincc7.5 SP1 find variables and their positions through cross indexing?
- Qt五子棋人机对战画棋子之QPainter的使用误区总结
- 科普达人丨一文看懂阿里云的秘密武器“神龙架构”
- [micro service SCG] use of predict
- 《动手学深度学习》(三) -- 卷积神经网络 CNN
- Common verification rules of form components -1 (continuously updating ~)
- 电脑页面不能全屏怎么办?Win11页面不能全屏的解决方法
- 基于OpenCV haarcascades的对象检测
猜你喜欢

科普达人丨一文看懂阿里云的秘密武器“神龙架构”

How to solve the problem that win11 cannot write the value to the registry key?

剑指 Offer II 80-100(持续更新)

伦敦银走势图分析的新方法

《动手学深度学习》(三) -- 卷积神经网络 CNN

Four traversal methods of binary tree, as well as the creation of binary tree from middle order to post order, pre order to middle order, pre order to post order, and sequence [specially created for t

Ten years' experience of byte test engineer directly hits the pain point of UI automation test

Managed service network: application architecture evolution in the cloud native Era

字节测试工程师十年经验直击UI 自动化测试痛点

接口设计时的一些建议
随机推荐
Win11亮度被锁定怎么办?Win11亮度被锁定的解决方法
jekins初始化密码没有或找不到
[micro service SCG] use of predict
基于OpenCV haarcascades的对象检测
网件r7000梅林系统5g不稳定 5g信号经常掉线解决方法
Win11系统wifi总掉线怎么办?Win11系统wifi总掉线的解决方法
Go notes (3) usage of go language FMT package
From automation to digital twins, what can Tupo do?
How does the computer save web pages to the desktop for use
E-week finance | Q1 the number of active people in the insurance industry was 86.8867 million, and the licenses of 19 Payment institutions were cancelled
浏览器渲染页面过程
BFC interview Brief
Hands on deep learning (III) -- convolutional neural network CNN
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
How to solve the problem that win11 cannot write the value to the registry key?
工厂从自动化到数字孪生,图扑能干什么?
go笔记(3)Go语言fmt包的用法
VIM asynchronous problem
Advantages of RFID warehouse management system solution
Reinforcement learning - learning notes 2 | value learning