Open a Potree viewer
I have installed potree and potree converter on an ubuntu server. Successfully converted the point cloud datasets into potree format.
How can I open a display of Potree viewer, from the server ?
Can someone respond to my query?
It is not necessary to do an installation of potree and the converter on the server. All you need to do is convert your point cloud on Windows machine. Then upload the directory with the converted data and the libs directory that has been created in the resources/page_template directory to the server. Edit the viewer_template.html file. You need to add the code for loading the point cloud. You can use the viewer.html file in the examples directory of the potree ZIP as example. Replace cloud.js with metadata.json and make sure that all paths are correct.
You can use https://github.com/potree/potree
You can use the viewer.html file in the examples directory of the potree ZIP as example. Replace cloud.js with metadata.json and make sure that all paths are correct.
That was exactly he precision I needed, after modifying different other examples without results. Thanks!
@tfwittwer thank you so much i had the same problem.
@tfwittwer can you help me with my issue ? #613