当前位置:网站首页>SHP data making 3dfiles white film
SHP data making 3dfiles white film
2022-07-04 22:55:00 【liuccn】
3D Tiles Format Introduction
3D Tiles 3D model for large scenes . 3D Tiles Is an open specification , It is used to transmit massive heterogeneous 3D geospatial data sets . The use is conceptually similar to terrain and imagery The tile flow technology of ,3D Tiles Make the building data set 、BIM Model 、 Large models such as point cloud and photogrammetry model are relatively smooth in Web Browse and display on the end .
3D Tiles Official information
transformation .shp File for 3dtiles
download cesiumlab Tools
Official download address
User manual
Download complete , Register an account and log in to the platform .Go to the general model slice
choice shp data , Set white film height information
Set the storage type to hash , Choose the output path , Just submit the task
Generated result filePublishing services
Check online
CesiumJs load 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);
});
边栏推荐
- Lost in the lock world of MySQL
- 集群的概述与定义,一看就会
- Unity Xiuxian mobile game | Lua dynamic sliding function (specific implementation of three source codes)
- 攻防世界 misc 高手进阶区 a_good_idea
- The table is backed up in ODPs. Why check m in the metabase_ Table, the logical sizes of the two tables are inconsistent, but the number of
- The new version judges the code of PC and mobile terminal, the mobile terminal jumps to the mobile terminal, and the PC jumps to the latest valid code of PC terminal
- Sword finger offer 68 - I. nearest common ancestor of binary search tree
- LOGO特训营 第二节 文字与图形的搭配关系
- LOGO特訓營 第三節 首字母創意手法
- [machine learning] handwritten digit recognition
猜你喜欢
LOGO特训营 第二节 文字与图形的搭配关系
10 schemes to ensure interface data security
Redis入门完整教程:键管理
攻防世界 MISC 进阶区 3-11
Redis入门完整教程:客户端通信协议
Detailed explanation of heap sort code
Locust performance test - environment construction and use
Google Earth engine (GEE) - globfire daily fire data set based on mcd64a1
都说软件测试很简单有手就行,但为何仍有这么多劝退的?
集群的概述与定义,一看就会
随机推荐
记录:关于Win10系统中Microsoft Edge上的网页如何滚动截屏?
繁华落尽、物是人非:个人站长该何去何从
啃下大骨头——排序(二)
串口数据帧
String类中的常用方法
Practice and principle of PostgreSQL join
图片懒加载的原理
md5工具类
攻防世界 MISC 进阶区 Erik-Baleog-and-Olaf
环境加密技术解析
Unity Xiuxian mobile game | Lua dynamic sliding function (specific implementation of three source codes)
剑指Offer 68 - II. 二叉树的最近公共祖先
【lua】int64的支持
Redis入门完整教程:有序集合详解
Logo special training camp Section IV importance of font design
Naacl-22 | introduce the setting of migration learning on the prompt based text generation task
It is said that software testing is very simple, but why are there so many dissuasions?
【机器学习】手写数字识别
MYSQL架构——逻辑架构
Wake up day, how do I step by step towards the road of software testing