We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPUPointCloudRenderer gives visually darker result than PointCloudRenderer on Intel GPU.
GPUPointCloudRenderer
PointCloudRenderer
Tested on UMPC with Iris Plus 940 and Ubuntu 20.04. Streaming from KabyLake, Ubuntu 20.04
This may be also caused by rendering smaller point size.
To be investigated.
The text was updated successfully, but these errors were encountered:
The reason is point size in shader.
Setting point size to 1 is enough to fix the problem.
Either fix point size code or remove point size dependence on distance.
Sorry, something went wrong.
6351f7b
No branches or pull requests
GPUPointCloudRenderer
gives visually darker result thanPointCloudRenderer
on Intel GPU.Tested on UMPC with Iris Plus 940 and Ubuntu 20.04.
Streaming from KabyLake, Ubuntu 20.04
This may be also caused by rendering smaller point size.
To be investigated.
The text was updated successfully, but these errors were encountered: