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

3dtiles support notes #20

Open
malytomas opened this issue Mar 31, 2022 · 0 comments
Open

3dtiles support notes #20

malytomas opened this issue Mar 31, 2022 · 0 comments

Comments

@malytomas
Copy link
Contributor

malytomas commented Mar 31, 2022

3dtiles - json

  • nominal resolution - texelSize at finest lod
  • defines depth of the finest lod
  • contains corners of aabb in physical srs
  • extents->ci - childIndex - division strategy for aabb
  • content->uri (can be another json or mesh)

implementation notes:
fake mapconfig
json -> free layer
vts meshes
"bc/2-0-2-1.mesh" -> "bc/2-0-2-1-0.jpg" (the last zero is submesh index)
has no surrogates
navigation - externally provided ground plane
may contain a node that has more children but no data in itself

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

1 participant