PG:
I want both triangles in this PG to have R, G and B colors. Is this possible?
I making a wireframe material plugin, but I reaaaally don’t wanna unindex the meshes : O
Any pointers are would be helpful, tysm!
PG:
I want both triangles in this PG to have R, G and B colors. Is this possible?
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
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
I was afraid I’d have to do that ;^; ty! : )
As @Pryme8 said: if you share you share everything