You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get the list of all the points with their position, color and intensity of a potree project (already converted). To do that, I have added a getColor and getIntensity on the Points class in order to read the rgb and intensity attribute buffer. The problem is that the values returned aren't colors and intensity. Do you have any solution ?
Hello,
I'm trying to get the list of all the points with their position, color and intensity of a potree project (already converted). To do that, I have added a getColor and getIntensity on the Points class in order to read the rgb and intensity attribute buffer. The problem is that the values returned aren't colors and intensity. Do you have any solution ?
Here is my code :
Thank you in advance
The text was updated successfully, but these errors were encountered: