Hi Matt, If the information you want to pass into the shader is not readily available as an existing node, you can always use a float, float3, etc value. Expose it and then add an expression, set-driven-key, mel script or whatever to it to get the value into the shader. E.g. lets say we did not have camera-fov and you…