You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the Samba Dancing glTF model seems to report many errors.
For reference below I will post the first 3 errors.
Code
Message
Pointer
MESH_PRIMITIVE_ACCESSOR_WITHOUT_BYTESTRIDE
bufferView.byteStride must be defined when two or more accessors use the same buffer view.
/meshes/0/primitives/0/attributes/NORMAL
MESH_PRIMITIVE_ACCESSOR_WITHOUT_BYTESTRIDE
bufferView.byteStride must be defined when two or more accessors use the same buffer view.
/meshes/0/primitives/0/attributes/POSITION
MESH_PRIMITIVE_ACCESSOR_WITHOUT_BYTESTRIDE
bufferView.byteStride must be defined when two or more accessors use the same buffer view.
/meshes/0/primitives/0/attributes/TEXCOORD_0
I do not know the cause of this error, but there seem to be cases in which Samba Dancing glTF Model can not be displayed in other libraries. CesiumGS/cesium#6433
The text was updated successfully, but these errors were encountered:
I tested the Samba Dancing glTF model used in the sample below with glTF-Validator.
http://examples.claygl.xyz/examples/basicModelAnimation.html
https://github.com/pissang/claygl/blob/master/example/assets/models/SambaDancing/SambaDancing.gltf
However, the Samba Dancing glTF model seems to report many errors.
For reference below I will post the first 3 errors.
I do not know the cause of this error, but there seem to be cases in which Samba Dancing glTF Model can not be displayed in other libraries.
CesiumGS/cesium#6433
The text was updated successfully, but these errors were encountered: