potree-core
potree-core copied to clipboard
Potree point cloud viewer library core components for easier integration in a three.js project.
This fixes an issue with wrong scaling of the orthographic camera in the shader. And with the loading heuristics as well. It's mostly adapted from the original potree.
I have to set "three": "0.152.0" in order to get it to load, when I do anything higher I get: ``` Program Info Log: Vertex shader is not compiled. VERTEX...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Hello, I have issues with picking (works well in Potree), been trying to fix it by going deep into potree's code and this typescript project. ``` private static addPositionToPickPoint( point:...
Hello! I saw in the README that you removed code related to clipping. Is it related to clipping boxes provided by Potree? Or is it related to Threejs clipping planes?...
Hi! I'm trying to use the point-cloud-octree-picker, but I am having several problems in doing it. With the latest commit, when i hit the point cloud it returns a NaN....
Issue already be fixed in potree : https://github.com/potree/potree/issues/1125 We just apply same modification as https://github.com/potree/potree/commit/33365e82a093768e9591939fe58a319dc9bf4ebe
Hi I am using CloudCompare and Potree.exe in order to load multiple ply files into one LAS file and then convert it to potree format. I have made a small...
I am looking for guidance on how to dynamically modify the material parameters of `PointCloudOctree` in Potree, specifically `size` and `color`. I want to know if there are existing methods...