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
In https://github.com/mrdoob/three.js/blob/dev/docs/api/materials/MeshBasicMaterial.html
"vertexColors" is confusingly (?me) marked as "boolean", but takes integer values.
Suggest adding
"Set to THREE.VertexColors to use vertex colors, and to THREE.FaceColors to use face colors"
I couldn't find this anywhere else in the docs.
The text was updated successfully, but these errors were encountered:
Ah, yes. It's definitely not a Boolean. Do you think you could create a PR with this change?
Sorry, something went wrong.
Actually. I'll fix it directly :)
Docs: Fixed vertexColors description. Fixes #4265.
d0c0d25
Fixed. Thanks! :)
No branches or pull requests
In https://github.com/mrdoob/three.js/blob/dev/docs/api/materials/MeshBasicMaterial.html
"vertexColors" is confusingly (?me) marked as "boolean", but takes integer values.
Suggest adding
"Set to THREE.VertexColors to use vertex colors, and to THREE.FaceColors to use face colors"
I couldn't find this anywhere else in the docs.
The text was updated successfully, but these errors were encountered: