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

Validator - validate that glTF batchId attributes are in range #123

Open
lilleyse opened this issue Aug 10, 2017 · 1 comment
Open

Validator - validate that glTF batchId attributes are in range #123

lilleyse opened this issue Aug 10, 2017 · 1 comment

Comments

@lilleyse
Copy link
Contributor

@Rudraksha20

This will require parsing the gltf model. Each mesh in the gltf has a list of primitives, each of which contains vertex attributes. If the _BATCHID attribute is present, extract those values from the accessor/bufferView/buffer and then check that the values are all less than the BATCH_LENGTH property in the feature table.

@lilleyse
Copy link
Contributor Author

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