PotreeConverter | Create multi res point cloud to use with potree
kandi X-RAY | PotreeConverter Summary
kandi X-RAY | PotreeConverter Summary
PotreeConverter generates an octree LOD structure for streaming and real-time rendering of massive point clouds. The results can be viewed in web browsers with Potree or as a desktop application with PotreeDesktop.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of PotreeConverter
PotreeConverter Key Features
PotreeConverter Examples and Code Snippets
Community Discussions
Trending Discussions on PotreeConverter
QUESTION
I have a pointcloud data created with PotreeConverter
that i want to load with potree-core
in a THREEjs
scene.
when I run the scene as is, from a flask
backend everything works, I have a point cloud and a bbox around it.
but when the scene is wrapped around a React
component, the bbox is rendered but not the points
any reason it should act like this? from what I understand react is rendered on a shadowDOM which is separates from the original DOM, maybe it has something to do with it?
...ANSWER
Answered 2020-Sep-29 at 11:07I initialize my potree-core as follow, maybe gives you a clue:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install PotreeConverter
Download windows binaries or Download source code Install CMake 3.16 or later Create and jump into folder "build" mkdir build cd build run cmake ../ On linux, run: make On windows, open Visual Studio 2019 Project ./Converter/Converter.sln and compile it in release mode
run PotreeConverter.exe <input> -o <outputDir> Optionally specify the sampling strategy: Poisson-disk sampling (default): PotreeConverter.exe <input> -o <outputDir> -m poisson Random sampling: PotreeConverter.exe <input> -o <outputDir> -m random
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page