tentone / potree-core

Potree point cloud viewer library core components for easier integration in a three.js project.
https://tentone.github.io/potree-core/
Other
171 stars 53 forks source link

Material pointColorType and gradient does nothing #25

Closed arjan-kuiper closed 1 year ago

arjan-kuiper commented 1 year ago

I want to change how my pointcloud is colored by changing the pointColorType. I've tried all possible types, but the pointcloud doesn't change in color. It just stays in RGB. Elevation. intensity, etc. are not doing anything. I've also tried multiple gradients, but none of them change anything.

Am I missing something or is it broken?

tentone commented 1 year ago

Hello

These were removed from the library, only color is supported for this lib.

Thank you

bethanywallace commented 1 year ago

Hello

These were removed from the library, only color is supported for this lib.

Thank you

@tentone Hi, does this include the map attribute? As in the ability to use an image as a texture over the point cloud? TIA

tentone commented 1 year ago

Only point color is supported by the library currently.