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

Fix combine with external transforms #113

Merged
merged 2 commits into from
Apr 8, 2024

Conversation

javagl
Copy link
Contributor

@javagl javagl commented Apr 7, 2024

Fixes #112

The combine operation originally discarded the transform and boundingVolume of the input tilesets. This is fixed here.

The test case contains an example with a README.md and a short description. It takes a tileset with three external tilesets, each containing a unit cube, and defining a translation of red=(3,0,0), green=(0,4,0), blue=(0,0,5), and ensures that the combined tileset contains the proper bounding volumes and translations:

screenshot

@lilleyse lilleyse merged commit 03e5dc2 into main Apr 8, 2024
2 checks passed
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.

Combining discards transforms of input tilesets
2 participants