Double-Sided Texture

For a single surface with a different material on the front and back, this example uses a SamplerInfo node and a Conditional node.

A Conditional node is like an "if / else" statement in a scripting language.

If the "flippedNormal" = 1 then use lambert3
else use lambert2