-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
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
fix(entwine): change transparency settings #2327
Conversation
Do you think it will fix this issue (#2323) ? |
Currently, I only have look up for a fix for PointCloudLayer (entwine Potree Layers). I will try to continue toward 3DTilesLayer |
e529352
to
0dad319
Compare
0dad319
to
47231f5
Compare
Understood. Thank you for your answer 👍 |
2f3e269
to
a2e5fa1
Compare
3dbdd68
to
d9435c5
Compare
d9435c5
to
0e822cb
Compare
Thank you @ftoromanoff for this MR ! I have an interrogation, it's not really related to this MR but it's about PointsMaterial.js itowns/src/Renderer/PointsMaterial.js Lines 49 to 80 in 0e822cb
WHat's the point of having a DEFAULT object in the ClassificationScheme & in the DiscreteScheme ?
WDYT ? |
The discrete cheme is indeed a scheme for point classification. But ClassificationScheme is for the 'classification' point classification. That's the reason why there is 2 differentes schemes, One for the classification using point classification and an other one for all the other (return number, type of return etc...). We can imagine that in a future (or a user) want to have different discrete scheme: one for the type of return and another one for the point source ID. |
@AnthonyGlt Can you start a review, and validate it if you have no remarks on the code ? |
Fix for issue #2323.
This issue point out a bug with the rendering of point cloud where points should be rendered with differentes values of opacity.