-
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 ClippingPlaneCollection add/remove events #6875
Conversation
Thanks for the pull request @hpinkos!
Reviewers, don't forget to make sure that:
I am a bot who helps you make Cesium awesome! Contributions to my configuration are welcome. 🌍 🌎 🌏 |
@mramato can you review please? |
* @memberof ClippingPlaneCollection.prototype | ||
* @readonly | ||
*/ | ||
collectionChanged : { |
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.
This should probably follow the same pattern as other objects in Scene, such as ImageryLayerCollection/ModelAnimationCollection, which have specific layerAdded
/layerRemoved
events. We should also pass the plane and index as part of the event.
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.
👍 good suggestion thanks
@mramato this is ready |
Thanks. |
@hpinkos I was quick on the draw and just realized CHANGES needs to be updated to reflect the review changes and also mention the braking change. |
(Please just do it in master) |
Breaking change? There is no breaking change in this PR |
Update CHANGES bb856df |
Yeah, I got it confused with your clone PR. |
This adds a
planeAdded
andplaneRemoved
events toClippingPlaneCollection