This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
第一种方式下载无高度数据 第二种方式ok,下载后sketchup打开,导出dae格式文件
目前gltf和bgltf都可以通过dae格式的三维模型转换而来。其中gltf的转换工具可以在https://github.com/KhronosGroup/glTF/wiki/Converter-builds 获取----colladaTogltf.exe,其能完成.dae到.gltf三维模型格式的转换
COLLADA2GLTF-bin.exe -i "C:\Users\Administrator\Desktop\cadmapper-chengdu-sichuan-cn.dae" -o "D:\daffyfengCode\aaa.gltf"
加载三位模型数据方式
3Dtiles
geojson
gltf
Cesium中目前支持gltf和bgltf两种格式,gltf和bgltf都可以通过dae格式的
三维模型转换而来,这里使用的模型是经过3ds Max导出的dae格式数据,而3ds
Max本身不支持导出dae格式数据,要达到预期结果,需添加OpenCollada插件;
再通过使用colladaTogltf.exe转换工具转成gltf格式或bgltf格式