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
I am using OrientedBoundingBox to create 3D Tiles point cloud tilesets with oriented bounding box volumes. It works perfectly. However, when Cesium3DTileset#debugShowBoundingVolume is enabled, the BoxOutlineGeometry is incorrect. The cube being created is 1x1x1, but I believe it should be 2x2x2 to match OrientedBoundingBox. See (https://github.com/AnalyticalGraphicsInc/cesium/blob/3d-tiles/Source/Scene/TileOrientedBoundingBox.js#L123).
The text was updated successfully, but these errors were encountered:
Thanks for the report, @sdgrimm. I added this issue to the roadmap, #3241.
A pull request into the 3d-tiles branch with a fix is also very welcome. See Getting Started Contributing if you have time to investigate.
3d-tiles
Sorry, something went wrong.
Thanks again for the report, @sdgrimm! This was fixed in #4845 and is now in the 3D Tiles branch.
No branches or pull requests
I am using OrientedBoundingBox to create 3D Tiles point cloud tilesets with oriented bounding box volumes. It works perfectly. However, when Cesium3DTileset#debugShowBoundingVolume is enabled, the BoxOutlineGeometry is incorrect. The cube being created is 1x1x1, but I believe it should be 2x2x2 to match OrientedBoundingBox. See (https://github.com/AnalyticalGraphicsInc/cesium/blob/3d-tiles/Source/Scene/TileOrientedBoundingBox.js#L123).
The text was updated successfully, but these errors were encountered: