We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See example files here.
The text was updated successfully, but these errors were encountered:
Describes general pieces of data or "features" within a model, such as a building:
https://github.com/CesiumGS/3d-tiles/tree/master/specification/TileFormats/FeatureTable
Every model / feature / vertex may get a batch id to associate it with information in the batch table.
Per-batch id information -- batch ids are associated with different features.
https://github.com/CesiumGS/3d-tiles/tree/master/specification/TileFormats/BatchTable
Feature Table
Describes the number of batch ids in the batch table.
Batch length can be derived from BATCH_LENGTH feature value.
BATCH_LENGTH
Describes the number of instances.
Batch length can be derived from BATCH_ID array if it exists.
BATCH_ID
Describes the points.
Sorry, something went wrong.
Implemented and verified in #81.
Closing in favor of #65, #68
No branches or pull requests
See example files here.
The text was updated successfully, but these errors were encountered: