VEX Facing Ratio Shader - Shaders - od|forum
I'm working on a simple toon shader using the object's normal angle to shade the object. This is the equation I have built in Vex --> abs(dot(normalize(N),normalize(I))) Right now it works fine generating the toon lines from the position of the camera, but now I would like to use a null's posi...