Skip to content
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

Closed
pjcozzi opened this issue Jul 7, 2017 · 11 comments
Closed

3D Tiles Next roadmap #247

pjcozzi opened this issue Jul 7, 2017 · 11 comments

Comments

@pjcozzi
Copy link
Contributor

pjcozzi commented Jul 7, 2017

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.

@pjcozzi pjcozzi added the next label Jul 7, 2017
@lilleyse
Copy link
Contributor

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.

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Jul 10, 2017

Terrain is getting good mileage with b3dm, but we can likely do better with a custom format with terrain-specific compression and less boilerplate. It should become more clear as we see how Draco does.

@pjcozzi
Copy link
Contributor Author

pjcozzi commented Jun 4, 2018

Topic Status
Vector Data (*.vctr) Polygons, polylines, and placemarks In progress, #124
Terrain v2 Not started, quantized-mesh is a good starting point; in the meantime, folks are using Batched 3D Model
OpenStreetMap Not started Currently folks are using Batched 3D Model
Stars Not started

@NatKov
Copy link

NatKov commented Aug 1, 2018

May I please ask if there is an expected date for 3d vector tiles release?

@lilleyse
Copy link
Contributor

lilleyse commented Aug 1, 2018

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.

@tberendes
Copy link

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?

@lilleyse
Copy link
Contributor

@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.

@tberendes
Copy link

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.

@lilleyse
Copy link
Contributor

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.

@tberendes
Copy link

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.

@ptrgags
Copy link
Contributor

ptrgags commented Nov 15, 2021

This issue is outdated, the current state of 3D Tiles Next can be found here: https://github.com/CesiumGS/3d-tiles/tree/main/next

@ptrgags ptrgags closed this as completed Nov 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants