-
Notifications
You must be signed in to change notification settings - Fork 63
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
Integer check on accessor.count #109
Comments
This is a known issue mentioned in the readme. JavaScript's |
Command-line version doesn't use JavaScript runtime and marks accessor.count of 708.0 as invalid. |
Looks like VSCode's copy of the validator catches this. 👍 |
In VSCode, JSON schemas catch this, not the validator. |
Ah of course! |
I don't think there's anything to do here. JSON.parse isn't going to detect the .0, but there are other ways to detect it (use the commandline version, for example). Let me know if this should be reopened for any reason. |
Based on this file : https://github.com/KhronosGroup/glTF-Blender-IO/files/2685805/toy_car_gltf.tar.gz
Online validator says that gltf is valid, but there is a accessor.count of 708.0.
Spec says that count must be integer, but 708.0 is not an integer
The text was updated successfully, but these errors were encountered: