当前位置:网站首页>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 file
Publishing 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);
});
边栏推荐
- 攻防世界 MISC 进阶区 3-11
- Test will: bug classification and promotion solution
- 攻防世界 misc 高手进阶区 a_good_idea
- 集群的概述与定义,一看就会
- leetcode 72. Edit distance edit distance (medium)
- The difference between Max and greatest in SQL
- 新版判断PC和手机端代码,手机端跳转手机端,PC跳转PC端最新有效代码
- 攻防世界 MISC 进阶区 Ditf
- MySQL Architecture - logical architecture
- 堆排序代码详解
猜你喜欢

Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore

浅聊一下中间件

Redis入门完整教程:Pipeline

Logo Camp d'entraînement section 3 techniques créatives initiales

Redis的持久化机制

Introducing QA into the software development lifecycle is the best practice that engineers should follow

攻防世界 MISC 进阶区 hit-the-core

SPSS installation and activation tutorial (including network disk link)

Breakpoint debugging under vs2019 c release

Google Earth engine (GEE) - tasks upgrade enables run all to download all images in task types with one click
随机推荐
Erik baleog and Olaf, advanced area of misc in the attack and defense world
【lua】int64的支持
Sword finger offer 67 Convert a string to an integer
通过Go语言创建CA与签发证书
Google Earth Engine(GEE)——Tasks升级,实现RUN ALL可以一键下载任务类型中的所有影像
md5工具类
On-off and on-off of quality system construction
Redis入門完整教程:Pipeline
Attack and defense world misc advanced area ditf
leetcode 72. Edit Distance 编辑距离(中等)
Analysis of environmental encryption technology
Summary of index operations in mongodb
共创软硬件协同生态:Graphcore IPU与百度飞桨的“联合提交”亮相MLPerf
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]
Google collab trample pit
常用技术指标之一文读懂BOLL布林线指标
Common methods in string class
Attack and defense world misc advanced zone 2017_ Dating_ in_ Singapore
醒悟的日子,我是怎么一步一步走向软件测试的道路
leetcode 72. Edit distance edit distance (medium)