Hi!
I have playing cards. 52 meshes with same material (image atlas + change mesh UV).
How can I apply colorTransform for some of this cards?
for example: mesh.material.alpha changing alpha for all cards.
((card.getChildAt(0) as Mesh).material as TextureMaterial).alpha = 0.5
Thanks!