https://mp.weixin.qq.com/s/BxcD5377uDiRiz5aLH9ixA看這個大概了解一下下
先試試PotreeDesktop
https://my.oschina.net/u/4351067/blog/3922661# Potree學(xué)習(xí)總結(jié)
https://blog.csdn.net/chuyouyinghe/article/details/46124483 visual studio生成realse和debug .exe可執(zhí)行文件的方法
https://blog.csdn.net/weixin_44350205/article/details/110684418windows下cmake的安裝與環(huán)境變量配置教程
其實流程很簡單
- 1在cloudcompare中把ply轉(zhuǎn)換成las
- 2在desktop中看看是不是想要的效果
- 3配好potree所需要的環(huán)境
- 4利用potreeconverter轉(zhuǎn)成potree所需要的格式
(可能有些生成cloud.js有些是metadata.json找到example中輸入是json的html就行了) - 5修改examples
一定按照github走就行了
https://github.com/potree
有問題看issues
https://github.com/potree/PotreeDesktop/issues
也可以參考一下別人的經(jīng)驗
https://www.cnblogs.com/wema/p/7000013.html
https://www.cnblogs.com/zt123123/p/13531581.html
https://www.cxybb.com/article/qq_52353238/121664199
https://issueexplorer.com/issue/potree/PotreeConverter/454
注:
- 下載github的source記得branch換成master因為默認是develop
- 如果編譯不好就用人家已經(jīng)有的release
- potreeconverter是在命令行中用的.exe不是打開就是一個軟件的安裝
- 不能直接輸入ply格式的文件,因為輸入也不會有報錯只是轉(zhuǎn)出來的文件不能用
- 即使利用cloudcompare把文件轉(zhuǎn)成ply.mesh也不能呈現(xiàn)出three.js中plyloader例子的效果