We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When nesting a Cesium3DTileset inside of a PrimitiveCollection clamping billoards to the ground no longer works.
Cesium3DTileset
PrimitiveCollection
Sandcastlewith tileset added directly to viewer.scene.primitives . Billboard appears on top of 3d tileset as expected
viewer.scene.primitives
Sandcastle modified to add tileset to a primitive collection and the billboard is not clamped.
No response
Browser: Chrome CesiumJS Version: Operating System: Windows
The text was updated successfully, but these errors were encountered:
Thanks for the report @angrycat9000!
I looks like we're only checking for top-level 3D Tiles primitives, and not traversing any collections.
Sorry, something went wrong.
Implement fix for issue CesiumGS#12454 and test case for fix.
033c340
No branches or pull requests
What happened?
When nesting a
Cesium3DTileset
inside of aPrimitiveCollection
clamping billoards to the ground no longer works.Reproduction steps
Sandcastlewith tileset added directly to
viewer.scene.primitives
. Billboard appears on top of 3d tileset as expectedSandcastle modified to add tileset to a primitive collection and the billboard is not clamped.
Sandcastle example
No response
Environment
Browser: Chrome
CesiumJS Version:
Operating System: Windows
The text was updated successfully, but these errors were encountered: