-
Notifications
You must be signed in to change notification settings - Fork 469
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
3D-Tiles 1.1 voxel #770
Comments
Hey @cjhdsg, If you pair the voxel data with a tileset metadata schema, you can specify a
Then it would be a matter of comparing the values to this |
Yes, I've added "noData" field, and wrote corresponding value in binary chunk. But it seemed not working. Here is my test dataset. |
Some aspects of that test data set are nor entirely clear, and I'd have to look at some aspects of the voxel extension specification and other test data here. But the given tileset contains
Defining (We will then still have to carefully check whether any unexpected behavior that you are observing is related to CesiumGS/cesium#12001 , which you brought up in https://community.cesium.com/t/3d-tiles-1-1-voxel/32239 ...) |
We are experiencing an issue with 3D-Tiles 1.1 where we need to control the rendering so that voxels without data are not displayed.
Currently, our rendering includes many voxels that do not contain any useful data, which are unnecessary for the users and degrade the visualization quality. We would like to have a method or parameter setting to ensure that these empty voxels are not rendered.
As shown in figure, the bottom-right voxel does not contain any data. How to set that voxel not displayed?
We used implicit tile and 3DTILES_content_voxels extension.
We hope for an answer and a solution in 3D Tiles data structure soon. Could you please give me a test dataset that can be loaded correctly? Thank you!
The text was updated successfully, but these errors were encountered: