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

Cesium 3dTtiles generation #225

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kiselev-dv
Copy link
Contributor

This is a draft PR

Available configuration options

  • writeTilesetJson adds <out-file>.tileset.json for gltf output with region and transform
  • subdivideTiles outputs 2 gltf files, <out-file> with top 100 biggest meshes and <out-file>_0 with the rest of meshes

There is also console.TilesetPyramide class for generation of tileset trees out of *.tileset.json files

TODO

  • Account for separate location for *.tileset.json files, as well as for different web roots
  • Allow to subdivide tiles further (mb add one more level), account for geometricError
  • Make number of meshes in subdivisions configurable
  • Make spatial subdivision (subdivide tiles as quad tree first, then further subdivide by mesh type and buildings size)

@kiselev-dv kiselev-dv marked this pull request as draft October 17, 2024 14:39
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

Successfully merging this pull request may close these issues.

1 participant