Thanks man that's very helpful, 1 last question, in your material list was the Dinc just replaced by the FresnelBias like so? float eta_2 = lerp(1.0, eta2, smoothstep(0.0, 0.03, Dinc)); changed to: float eta_2 = lerp(1.0, eta2, smoothstep(0.0, 0.03, FresnelBias)); and than plug in a scaler paramotor? Or is that completely…