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
we already have the vColor variable in the shader here,
three-meshline/src/THREE.MeshLine.js
Line 360 in b4a5ebd
we just need to support setting it from a color vertex attribute. Align the API with vertexColors that three.js materials have.
vertexColors
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
we already have the vColor variable in the shader here,
three-meshline/src/THREE.MeshLine.js
Line 360 in b4a5ebd
we just need to support setting it from a color vertex attribute. Align the API with
vertexColors
that three.js materials have.The text was updated successfully, but these errors were encountered: