Skip to content
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

Set enableModelExperimental = false by default + change Model.boundingSphere #10589

Merged
merged 6 commits into from
Jul 22, 2022

Conversation

j9liu
Copy link
Contributor

@j9liu j9liu commented Jul 22, 2022

We're pushing back the ModelExperimental -> Model change to September, so we're disabling this flag before the Cesium 1.96 release.

It was also easier to change the behavior of Model.boundingSphere in this PR, since some unit tests were changed to account for ModelExperimental's behavior. This had been marked to be deprecated in 1.96 already so this shouldn't come as a surprise.

Finally, we neglected to deprecate the CPU instancing in ModelInstanceCollection earlier, so that has been noted in CHANGES.md.

@j9liu j9liu requested a review from ptrgags July 22, 2022 17:55
@cesium-concierge
Copy link

Thanks for the pull request @j9liu!

  • ✔️ Signed CLA found.

Reviewers, don't forget to make sure that:

  • Cesium Viewer works.
  • Works in 2D/CV.

Copy link
Contributor

@ptrgags ptrgags left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@j9liu overall looks good (Sandcastles are working) but I had a couple questions/comments

@j9liu j9liu force-pushed the model-experimental-false-by-default branch from 990f870 to a92bb5e Compare July 22, 2022 19:38
@j9liu
Copy link
Contributor Author

j9liu commented Jul 22, 2022

@ptrgags updated -- I forgot to change the version numbers in the deprecation warnings in Model, so I did that just now.

@ptrgags
Copy link
Contributor

ptrgags commented Jul 22, 2022

@j9liu updates look good, thanks!

@ptrgags ptrgags merged commit f393ec7 into main Jul 22, 2022
@ptrgags ptrgags deleted the model-experimental-false-by-default branch July 22, 2022 20:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants