Content-Length: 217369 | pFad | http://github.com/unitycoder/UnityPointCloudViewer/issues/117
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
some colors appear black, due to lost precision(?) in the PCD RGB parser:
// returns 0 for rgb *works in CloudCompare, fails in Three.js pcd loader -0.653568 0.350478 0.502945 8.206463e-39 bin: 0100001100111000110011010110101001010010100101110000011000111000
// works fine 0.93773 0.33763 0 4.2108e+06 bin: 0000000000000000000000000000000000011100000100000101000001000001
Convert PCD to another supported format (using CloudCompare or other external tools)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fetched URL: http://github.com/unitycoder/UnityPointCloudViewer/issues/117
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Uh oh!
There was an error while loading. Please reload this page.
some colors appear black, due to lost precision(?) in the PCD RGB parser:
// returns 0 for rgb *works in CloudCompare, fails in Three.js pcd loader
-0.653568 0.350478 0.502945 8.206463e-39
bin: 0100001100111000110011010110101001010010100101110000011000111000
// works fine
0.93773 0.33763 0 4.2108e+06
bin: 0000000000000000000000000000000000011100000100000101000001000001
current workaround
Convert PCD to another supported format (using CloudCompare or other external tools)
The text was updated successfully, but these errors were encountered: