With instanced meshes we can render multiple meshes with different colors where each mesh uses one color from the instanceColor
attribute. Is it possible to use multiple colors for one instanced mesh? I have trouble understanding where it is defined that an instanced mesh can only have one color.
What I want to accomplish is to be able to set one color per vertex per instanced mesh.