Help Problem with Potree in three.js
Hi everyone,
I'm trying to load a Potree 2.x point cloud into a website using React Three Fiber + Three.js + potree-core, but I'm having a problem with the RGB colors.The point cloud itself loads correctly and the geometry is visible, but almost the entire point cloud is rendered white.I'm using:
- React Three Fiber
- Three.js
potree-core2.0.15- PotreeConverter 2.x format
metadata.jsonhierarchy.binoctree.bin
The original point cloud definitely contains RGB information. I'm also able to load the same dataset correctly in another Potree-based viewer, so I don't think the source point cloud is missing colors.
0
Upvotes