When I create an a-plane
and assign an attribute color="red"
, the color is applied to one side only. I added rotation animation to the plane and the back of the plane is white: fiddle.
What would be the method to get a plane colored from both sides? Should I create 2 planes of same color and then rotate one so that they are back to back and to the user looks like a single plane?