-
ClonerObject + Multishader + Another Material Question
I’m working on a scene that has a deck of cards falling from the sky. Currently, I have 52 different cards falling using a cube primitive, a cloner object, a multishader containing 52 different images of the playing card numbers (I.E. ace of hearts, 2 of hearts, 3 of hearts, etc.) and a rigid body tag. When the cards fall, they rotate just like they would in real life. However, unlike in real life, when rotating they show the card number texture on both sides. I want to be able to have 2 textures on the cloner object — one of the multishader containing all the playing card numbers, and another regular material that just has the back design (which is displayed constantantly on the back face of all cards) Sadly, I can’t figure out how to do this.
I can’t seem to find a solution while keeping the multishader frontal material active and a seperate constant material on the back portion of the cards
I’ve tried a lot of different variants as far as material projection and material side but I still can’t figure out how to solve this.
Hopefully the way I worded this isn’t too confusing and hopefully there is an easy solution.Thanks for your time,
Ryan