-
Notifications
You must be signed in to change notification settings - Fork 98
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
Color of BoxVertexColors.gltf is not displayed #14
Comments
Vertex color is not supported yet. Will add it later:) |
I tried the following newly added new sample. https://cx20.github.io/gltf-test/examples/qtek/index.html?category=tutorialModels&model=VertexColorTest&scale=1.0&type=glTF The correct result is as follows. |
Hi @cx20 , glTF loader in ClayGL(original qtek) has supported vertex colors now:) |
I confirmed that BoxVertexColors.gltf and VertexColorTest.gltf can be displayed in ClayGL. And I changed the name of the library in the list of gltf-test from QMV.js to ClayGL. |
BTW, It's really nice to see you already used latest API of ClayGL in the https://github.com/cx20/gltf-test. Just want to comment to you about the change of ClayGL version 1.0.0 :) |
I tried to display BoxVertexColors.gltf.
https://github.com/cx20/gltf-test/tree/master/sampleModels/BoxVertexColors
However, the color was not displayed in the box.
https://cx20.github.io/gltf-test/examples/qtek/index.html?model=BoxVertexColors&scale=1
Is vertex color still not supported?
The text was updated successfully, but these errors were encountered: