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
I tried to display the following model in QMV.js. https://github.com/cx20/jsdo-static-contents/tree/master/models/gltf/2.0/EmaSimpleSkin_blender/glTF
However, it does not appear to be displayed. http://jsdo.it/cx20/SpgU
I tried with each browser, the following warning was displayed on the console.
Chrome:
GL ERROR :GL_INVALID_OPERATION : glDrawElements: range out of bounds for buffer
Firefox:
QMV.js:14017:21 WebGL warning: drawElements: Bound element array buffer is too small for given count and offset.
The text was updated successfully, but these errors were encountered:
Thanks again for the case report. Never thought the indices can be ubyte format because it's not supported by WebGL. Fixed in pissang/claygl@0493899
ubyte
Sorry, something went wrong.
I confirmed that it will be displayed in the latest version. http://jsdo.it/cx20/SpgU
No branches or pull requests
I tried to display the following model in QMV.js.
https://github.com/cx20/jsdo-static-contents/tree/master/models/gltf/2.0/EmaSimpleSkin_blender/glTF
However, it does not appear to be displayed.
http://jsdo.it/cx20/SpgU
I tried with each browser, the following warning was displayed on the console.
Chrome:
Firefox:
The text was updated successfully, but these errors were encountered: