Skip to content

Detangle some material generation logic from CesiumFeaturesMetadataComponent #1628

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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

j9liu
Copy link
Contributor

@j9liu j9liu commented Mar 6, 2025

A lot of the boilerplate in CesiumFeaturesMetadataComponent is necessarily entangled, but there are some parts that can be moved out and made reusable. I also made some changes to file names in accordance with our style guide.

This PR does the following:

  • Create GeneratedMaterialUtility namespace
  • Move some common functions, constants, etc. into the new namespace
  • Update CesiumFeaturesMetadataComponent.cpp for the changes
  • Drops the Cesium from EncodedFeaturesMetadata, since it isn't public API
  • Drops the Cesium from EncodedMetadataConversions, since it isn't public API

@j9liu j9liu marked this pull request as draft March 6, 2025 18:53
@j9liu j9liu marked this pull request as ready for review March 6, 2025 18:56
@kring kring added this to the May 2025 Release milestone Apr 1, 2025
@j9liu
Copy link
Contributor Author

j9liu commented Apr 8, 2025

This should be ready for a review, provided CI passes this time ^_^

@j9liu
Copy link
Contributor Author

j9liu commented Apr 9, 2025

CI is now passing thanks to #1649 🙌

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.

2 participants