当前位置:网站首页>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);
});
边栏推荐
- Attack and Defense World MISC Advanced Area Erik baleog and Olaf
- 浅聊一下中间件
- Redis入门完整教程:API的理解和使用
- 攻防世界 MISC 进阶区 hit-the-core
- PMO: compare the sample efficiency of 25 molecular optimization methods
- Redis入门完整教程:Bitmaps
- Naacl-22 | introduce the setting of migration learning on the prompt based text generation task
- Unity vscode emmylua configuration error resolution
- 9 - class
- Attack and defense world misc master advanced zone 001 normal_ png
猜你喜欢

Google Earth Engine(GEE)——Tasks升级,实现RUN ALL可以一键下载任务类型中的所有影像

Breakpoint debugging under vs2019 c release

The sandbox has reached a cooperation with digital Hollywood to accelerate the economic development of creators through human resource development

Redis入门完整教程:Redis Shell

攻防世界 MISC 进阶区 3-11

串口数据帧

业务太忙,真的是没时间搞自动化理由吗?

安装人大金仓数据库

Attack and defense world misc advanced area can_ has_ stdio?

Redis démarrer le tutoriel complet: Pipeline
随机推荐
[try to hack] wide byte injection
Detailed explanation of heap sort code
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
Taobao commodity review API interface (item_review get Taobao commodity review API interface), tmall commodity review API interface
Unity-VScode-Emmylua配置报错解决
Redis入门完整教程:GEO
Co create a collaborative ecosystem of software and hardware: the "Joint submission" of graphcore IPU and Baidu PaddlePaddle appeared in mlperf
串口数据帧
About stack area, heap area, global area, text constant area and program code area
The difference between Max and greatest in SQL
Attack and defense world misc advanced area can_ has_ stdio?
Solana chain application crema was shut down due to hacker attacks
【OpenGL】笔记二十九、抗锯齿(MSAA)
[the 2023 autumn recruitment of MIHA tour] open [the only exclusive internal push code of school recruitment eytuc]
[machine learning] handwritten digit recognition
Gnawing down the big bone - sorting (II)
In Linux, I call odspcmd to query the database information. How to output silently is to only output values. Don't do this
Lost in the lock world of MySQL
环境加密技术解析
Redis入门完整教程:Redis使用场景