-
Notifications
You must be signed in to change notification settings - Fork 473
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 Next roadmap #247
Comments
An ambitious list for sure. It's nice to see vector tiles getting closer, which is really the start for all the analytical styling to come. Another area that we've discussed previously but is not included here is whether terrain/imagery deserves its own 3D Tiles format, or whether it can be served adequately by b3dm. |
Terrain is getting good mileage with |
|
May I please ask if there is an expected date for 3d vector tiles release? |
There isn't a release date yet but you can start experimenting with vector tiles now. The Vector Data format is outlined here and Cesium has experimental support, like this Terrain Classification demo. |
I have been looking over the Geometry tile format in the 3d-tiles-next branch, and I would like to start experimenting with it. Is there support in the 1.48 release yet? |
@tberendes - Yes, Cesium has experimental support for Geometry Tiles. Right now they can only be used to classify other tilesets and are not rendered as solid shapes. See the Point Cloud Classification demo. |
Thanks for your quick response! Are there plans for independent solid shape rendering? I would like to be able to use a 3d tile format to display solid (with transparency) geometric shapes (cylinders and cubes, and possibly arbitrary shapes). We are trying to render large volumes of 3D radar data and found that using entities provides a better visual than pointcloud, but runs the browser out of memory quickly. We were wondering if Geometry or Vector tiles might be the way to go in the future. |
We don't have plans for it at the moment but I opened an issue so we can keep track of it: CesiumGS/cesium#6919. If you're looking to do instanced arbitrary shapes you might also want to check out Instanced3DModels. |
Ok, thanks for the info. I had looked at the Instanced3DModel, but the creation of the models seems daunting, and overkill for what we need. We want to generate our shapes on the fly, and I'm not sure how you would do that using the models. |
This issue is outdated, the current state of 3D Tiles Next can be found here: https://github.com/CesiumGS/3d-tiles/tree/main/next |
Now that the Cesium 3D Tiles implementation is officially shipping in Cesium 1.35, we would like community input on the big picture for the next version of 3D Tiles:
3D Tiles Next.
A key part of 3D Tiles' success thus far has been the active community participation, thank you! We are striving to increase it for 3D Tiles Next so any and all feedback is welcome!
Our vision includes:
Please comment with your ideas, feedback, or even just +1's for items of interest.
For more background, see the The Next Generation of 3D Tiles blog post.
The text was updated successfully, but these errors were encountered: