Closed javrro closed 1 year ago
+1
Hi, sorry about that. Some time back the viewer switched from WebGL to WebGL2, and the Potree renderer seems to be having some issues with the newer version. For now, you can work around this issue by configuring the viewer to go back to WebGL(1), like so:
viewer.start(null, null, null, null, {
webglInitParams: {
useWebGL2: false
}
});
I've updated the sample to do this as well.
Ive ran the project as is, without any modification but im unable to see the Point Cloud.