potree
potree
Might actually have to specify "ubuntu-20.04" since "ubuntu-latest" is, in fact, not the latest: https://github.com/actions/virtual-environments If linux builds won't work, at least windows builds might work using "windows-latest"
Generally I'd like to make the Converter more robust towards all kinds of input data sets. If you have a point cloud that doesn't work, please send it to me...
Easiest way to set the default view is like this: ``` viewer.scene.view.position.set(123, 456, 789); viewer.scene.view.lookAt(4, 5, 6); ``` And the easiest way to get coordinates of the current view is...
Hi, The problem is that this file only implements functionality for linux and windows: https://github.com/potree/PotreeConverter/blob/develop/Converter/modules/unsuck/unsuck_platform_specific.cpp This file queries available and free RAM, as well as number of CPU cores/threads and...
The file also links to a stackoverflow post that describes how to query RAM and CPU data on linux and windows. If you find a way to do that on...
The trivial way to get it to work would be to add an else section and hardcode the memory and CPU data, if needed.
Ah and you also need to add a mac define for fseek here, which is actually the part that throws the error: https://github.com/potree/PotreeConverter/blob/develop/Converter/modules/unsuck/unsuck.hpp#L42
Any decoding would have to be done in the app, so for gzip a javascript or webassembly decompresser would be necessarty. Unfortunately general purpose compressions schemes aren't super effective on...
No ETA or roadmap yet, but the idea is to start working in January, publish prototypes throughout 2021, first early one perhaps around end of February. Note that this is...
And which device? Could you also post the list of supported extensions from http://webglreport.com/ ?