Remove unused test utils, GltfBuilder.js #13111
Merged
+0
−463
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
While reviewing uses of glTF Pipeline in the CesiumJS codebase, I ran across GltfBuilder.js (a utility in the
packages/engine/Specs/directory). This file is currently unused, with its original use case (ModelOutlineLoader) removed by #10644 in 2022. My feeling is that it's easy enough to restore the file from version history if needed, and that it can't easily be tested/maintained in the meantime, and so could be removed for now.If the original use case, from #8776, were coming up again tomorrow - another option would be to generate these test files with https://gltf-transform.dev (disclaimer: I'm the author of glTF Transform).
Issue number and link
Testing plan
n/a, removing unused code.
Author checklist
CONTRIBUTORS.mdCHANGES.mdwith a short summary of my changePR Dependency Tree
This tree was auto-generated by Charcoal