I have a quick question hopefully,
I'm tring to create a double sided shader using VOPS by using the
dot product of the normalized values of the Frontface and N. The float
returned should be between -1 and 1.
Question: How do I enter an if/then statement to express that if the dotprod < 0 use another color.
Thanks,