-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add point cloud styling with metadata to ModelExperimental
#10569
Conversation
Thanks for the pull request @j9liu!
Reviewers, don't forget to make sure that:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@j9liu looks good, just had a couple minor comments
Source/Scene/ModelExperimental/PointCloudStylingPipelineStage.js
Outdated
Show resolved
Hide resolved
Source/Scene/ModelExperimental/PointCloudStylingPipelineStage.js
Outdated
Show resolved
Hide resolved
@ptrgags updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@j9liu almost there, just a couple last comments
Source/Scene/ModelExperimental/PointCloudStylingPipelineStage.js
Outdated
Show resolved
Hide resolved
@ptrgags okay, updated! |
Looks good, thanks @j9liu! |
This PR is a followup to #10560 and allows the user to style point clouds while referring to metadata properties in the
pnts
file.This removes the behavior of adding an empty
PropertyTable
to point clouds without metadata, which was interfering with styling / debug colorize tiles / statistics.ModelExperimental
is now enabled for the 3D Tiles Point Cloud Styling and Montreal Point Cloud sandcastles, as well as some unit tests.