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

blue outline on adaptive sized points #7

Closed JulianRuiseco closed 4 years ago

JulianRuiseco commented 4 years ago

I have been digging in on why this blue outline appears on the points.

I would be happy to work on maintaining the project if you can point me in the right direction.

image

tentone commented 4 years ago

Hi

The outside line should be the color of these points.

Check if you have the color mode set to RGB in the point cloud material.

When converting from textural formats to potree sometimes it is necessary to check for color ordering and scale that could also be the reason for these colors.

Thanks a lot.