-
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
Spatial subdivision within a glTF model #553
Comments
This may be able to be used to implement Nest spatial data structure to optimize additive refinement, #11 |
USD can also point to other USD files via Composition. CC #555 |
We've started looking at how we might do this. We've got a.. non-standard spatial layout based roughly on rooms in very large photogrammetry scans. The initial thought was to add a 3d-tiles extension for content which can reference specific scenes in a gltf file I'd not considered any of the implications of implicit tiling or multiple contents in this context at all yet though? |
From #519
I think this is a big enough topic that its discussion should be broken out into a separate issue here.
With 3D Tiles Next, a 3D tileset can point directly to glTF files for tile content. Given interest in a glTF Geospatial profile, KhronosGroup/glTF#2092, it would be interested to explore how:
buffer
sToday 3D Tiles is a container for many glTF files; there could be a future where 3D Tiles is - or is part of - a glTF Geospatial Profile.
Exploring how spatial subdivision is integrated is a key step.
I don't think this necessarily needs to happen before 3D Tiles Next goes from an open specification to an open standard, but it could be helpful to have some initial ideas on a reasonable path to get here and if the community wants to get here. I would think yes to the later.
The text was updated successfully, but these errors were encountered: