Can shared indexed vertices display different colors in different triangles that they're a part of?

PG:

I want both triangles in this PG to have R, G and B colors. Is this possible?

like so

I making a wireframe material plugin, but I reaaaally don’t wanna unindex the meshes : O

Any pointers are would be helpful, tysm!

mesh.convertToFlatShadedMesh()

Then update the colors, it will make the faces separate so they done share vertices

1 Like

but I reaaaally don’t wanna unindex the meshes

I don’t want the vertices to be unshared ;-;

I wanna have my cake and eat it too lol

I thought I’d think of selecting colors in a way that despite being shared every triangle has all 3, but that becomes a mathematical impossibility in some cases

yeah you would have to break the faces to get what you want :frowning:

1 Like

I was afraid I’d have to do that ;^; ty! : )

As @Pryme8 said: if you share you share everything :frowning:

1 Like