Fog bias back in the UI

Hi, did a search but didn’t find anything about it - is there a setting that would allow me to have the fog bias back in my vrayMtl UI?

This thread should answer you. You can still control the parameter via MaxScript. Select an object, which has the material applied and run this:


m=$.material
m.refraction_fogBias=<value>

Thanks! I’ll read the thread. I don’t understand why it was removed tho’, it was really useful…