0

Two-sided sign node

mrlee 5 years ago 0

In double sided shaders it would be useful to tell the two sides apart.

If the node is called "TwoSidedSign" then it should produce 1 for front side and -1 for backside.

If the name ends up being something like "IsBackSide" then 0 for front, 1 for back. (This approach would make it simpler to use it in Lerps.)