What is the best way to model a two-sided playing card in Blender 3D which is both performant and flexible?
Each side of the card must have its own distinct texture, it should have some level of thickness (which I believe rules out a Plane), should have very accurate collision detection, and possibly be deformable (card "bends" a bit when it hits the table).
There may be hundreds of cards, each of which may have its own distinct textures (this isn't a normal deck of cards).
The models/textures will most likely end up in Unity 3D.