-
Notifications
You must be signed in to change notification settings - Fork 48
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
merge creates boundingVolume.sphere #69
Comments
Just a short 'ack' for now: The core of the merge functionality was taken from another branch (see comments in It would be preferable to have better bounding volumes for the output. So this issue is somewhat related to #58 - at least, on the level that there should be more functions for creating "good" bounding volumes of different types, from different types of input data. It is not entirely trivial in all cases. You can see that the functions that have been ported from the Remotely related: I've never seen or heard of |
This should be fixed with #79 : The
There is still some legacy code in the |
Hi, I'm trying to merge (using 3.0) 2 tileset's with implicit tiling. When viewing the result in Cesium the following error occurs: "Only box, region, 3DTILES_bounding_volume_S2, and 3DTILES_bounding_volume_cylinder are supported for implicit tiling".
The resulting tileset.json file has boundingVolume.Sphere, in the input tileset.json files I've used boundingVolume.region.
Is it possible the merge tool creates boundingVolume.region instead of boundingVolume.sphere?
The text was updated successfully, but these errors were encountered: